Skip to content

Commit 32c7628

Browse files
committed
Polish messages
1 parent 594d7c7 commit 32c7628

File tree

1 file changed

+11
-11
lines changed
  • spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/check

1 file changed

+11
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.
61
catch.singleLetter=Single letter catch variable (use "ex" instead).
2+
header.unexpected=Unexpected header.
73
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.
94
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.
136
junit5.bannedImport=Import ''{0}'' should not be used in a JUnit 5 test.
147
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.
168
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.
1810
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}.
1916
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

Comments
 (0)