Skip to content

Commit 7de16ce

Browse files
committed
Add missing messages
Closes gh-211
1 parent 9f1a485 commit 7de16ce

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/check/messages.properties

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ catch.singleLetter=Single letter catch variable (use "ex" instead).
22
catch.wideEye=''o_O'' catch variable (use "ex" instead).
33
header.unexpected=Unexpected header.
44
header.mismatch=Line does not match expected header line of ''{0}''.
5+
hide.utility.class=Utility classes should not have a public or default constructor.
6+
import.avoidStatic=Using a static member import should be avoided - {0}.
7+
import.ordering=Wrong order for ''{0}'' import.
58
javadoc.badCase=Javadoc element descriptions should not start with an uppercase letter.
69
javadoc.bannedTag=Javadoc tag ''{0}'' should not be used.
710
javadoc.missingSince=Missing Javadoc @since tag.

0 commit comments

Comments
 (0)