Checkstyle Results

The following document contains the results of Checkstyle 10.26.1 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
13 0 8 0

Files

File  I  W  E
api/mapper/UserMapperImpl.java 0 8 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: "^org\."
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC, STANDARD_JAVA_PACKAGE, THIRD_PARTY_PACKAGE"
2  Warning
whitespace ParenPad
  • tokens: "ANNOTATION, ANNOTATION_FIELD_DEF, CTOR_CALL, CTOR_DEF, DOT, ENUM_CONSTANT_DEF, EXPR, LITERAL_CATCH, LITERAL_DO, LITERAL_FOR, LITERAL_IF, LITERAL_NEW, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_WHILE, METHOD_CALL, METHOD_DEF, QUESTION, RESOURCE_SPECIFICATION, SUPER_CTOR_CALL, LAMBDA, RECORD_DEF, RECORD_PATTERN_DEF"
6  Warning

Details

api/mapper/UserMapperImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'javax.annotation.processing.Generated' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. 5
 Warning imports CustomImportOrder Import statement for 'org.springframework.stereotype.Component' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 6
 Warning whitespace ParenPad '(' is followed by whitespace. 18
 Warning whitespace ParenPad ')' is preceded with whitespace. 18
 Warning whitespace ParenPad '(' is followed by whitespace. 24
 Warning whitespace ParenPad ')' is preceded with whitespace. 24
 Warning whitespace ParenPad '(' is followed by whitespace. 25
 Warning whitespace ParenPad ')' is preceded with whitespace. 25