|
1 | | -lambda.missingParen=Lambda argument missing parentheses. |
2 | | -lambda.unnecessaryParen=Lambda argument has unnecessary parentheses. |
3 | | -lambda.unnecessaryBlock=Lambda block is unnecessary. |
4 | | -ternary.missingParen=Ternary operation missing parentheses. |
5 | | -ternary.equalOperator=Ternary operation should use != when testing. |
6 | 1 | catch.singleLetter=Single letter catch variable (use "ex" instead). |
| 2 | +header.unexpected=Unexpected header. |
7 | 3 | javadoc.badCase=Javadoc element descriptions should not start with an uppercase letter. |
8 | | -javadoc.publicSince=Javadoc @since tag should not be used on private classes. |
9 | 4 | javadoc.missingSince=Missing Javadoc @since tag. |
10 | | -header.unexpected=Unexpected header. |
11 | | -nothis.unexpected=Reference to instance variable ''{0}'' should not use \"this.\". |
12 | | -methodorder.outOfOrder=Method ''{0}'' is out of order, expected {1}. |
| 5 | +javadoc.publicSince=Javadoc @since tag should not be used on private classes. |
13 | 6 | junit5.bannedImport=Import ''{0}'' should not be used in a JUnit 5 test. |
14 | 7 | junit5.bannedTestAnnotation=JUnit 4 @Test annotation should not be used in a JUnit 5 test. |
15 | | -junit5.lifecyclePublicMethod=Lifecycle method ''{0}'' should not be public. |
16 | 8 | junit5.lifecyclePrivateMethod=Lifecycle method ''{0}'' should not be private. |
17 | | -junit5.testPublicMethod=Test method ''{0}'' should not be public. |
| 9 | +junit5.lifecyclePublicMethod=Lifecycle method ''{0}'' should not be public. |
18 | 10 | junit5.testPrivateMethod=Test method ''{0}'' should not be private. |
| 11 | +junit5.testPublicMethod=Test method ''{0}'' should not be public. |
| 12 | +lambda.missingParen=Lambda argument missing parentheses. |
| 13 | +lambda.unnecessaryBlock=Lambda block is unnecessary. |
| 14 | +lambda.unnecessaryParen=Lambda argument has unnecessary parentheses. |
| 15 | +methodorder.outOfOrder=Method ''{0}'' is out of order, expected {1}. |
19 | 16 | methodvisibility.publicMethod=Method ''{0}'' in private class should not be public. |
| 17 | +nothis.unexpected=Reference to instance variable ''{0}'' should not use \"this.\". |
| 18 | +ternary.equalOperator=Ternary operation should use != when testing. |
| 19 | +ternary.missingParen=Ternary operation missing parentheses. |
0 commit comments