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/java/io/spring/javaformat/checkstyle/check/SpringJavadocCheck.java
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
@@ -11,6 +11,7 @@ javadoc.bannedTag=Javadoc tag ''{0}'' should not be used.
11
11
javadoc.missingSince=Missing Javadoc @since tag.
12
12
javadoc.publicSince=Javadoc @since tag should not be used on private classes.
13
13
javadoc.emptyLineBeforeTag=Method Javadoc should not have empty line before tag.
14
+
javadoc.nonJavadocComment=Comments should not include \"(non-Javadoc)\".
14
15
junit5.bannedImport=Import ''{0}'' should not be used in a JUnit 5 test.
15
16
junit5.bannedTestAnnotation=JUnit 4 @Test annotation should not be used in a JUnit 5 test.
16
17
junit5.lifecyclePrivateMethod=Lifecycle method ''{0}'' should not be private.
0 commit comments