You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/check/messages.properties
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ methodvisibility.publicMethod=Method ''{0}'' in private class should not be publ
26
26
nothis.unexpected=Reference to instance variable ''{0}'' should not use \"this.\".
27
27
ternary.equalOperator=Ternary operation should use != when testing.
28
28
ternary.missingParen=Ternary operation missing parentheses. Use the form \"(a != b) ? y : n\"
29
+
testfilename.wrongName=Test classes should have a name ending with 'Tests.java'.
29
30
leadingwhitespace.incorrect=Indentation should be performed with {0} only.
30
31
deprecated.missingSince=@Deprecated has no since attribute.
31
32
deprecated.emptySince=@Deprecated has an empty since attribute.
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/spring-checkstyle.xml
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/test/java/io/spring/javaformat/checkstyle/SpringChecksTests.java
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/test/java/io/spring/javaformat/checkstyle/SpringConfigurationLoaderTests.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ public class SpringConfigurationLoaderTests {
0 commit comments