Checkstyle Results

The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
16 0 4 0

Files

File  I  W  E
org/bremersee/acl/spring/data/mongodb/AclCriteriaAndUpdateBuilder.java 0 1 0
org/bremersee/acl/spring/data/mongodb/app/ExampleEntityRepositoryImpl.java 0 1 0
org/bremersee/acl/spring/data/mongodb/convert/DocumentToAclConverter.java 0 2 0

Rules

Category Rule Violations Severity
coding MatchXpath
  • query: "//SINGLE_LINE_COMMENT[./COMMENT_CONTENT[not(starts-with(@text, ' ')) and not(starts-with(@text, '/')) and not(@text = '\n') and not(ends-with(@text, '//\n'))]]"
  • id: "singleLineCommentStartWithSpace"
2  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
1  Warning
whitespace SeparatorWrap
  • tokens: "METHOD_REF"
  • id: "SeparatorWrapMethodRef"
  • option: "nl"
1  Warning
SeparatorWrap
  • tokens: "ARRAY_DECLARATOR"
  • id: "SeparatorWrapArrayDeclarator"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "ELLIPSIS"
  • id: "SeparatorWrapEllipsis"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "COMMA"
  • id: "SeparatorWrapComma"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "DOT"
  • id: "SeparatorWrapDot"
  • option: "nl"
1  Warning

Details

org/bremersee/acl/spring/data/mongodb/AclCriteriaAndUpdateBuilder.java

Severity Category Rule Message Line
 Warning whitespace SeparatorWrap '.' sollte in einer neuen Zeile stehen. 216

org/bremersee/acl/spring/data/mongodb/app/ExampleEntityRepositoryImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Falsche lexikographische Reihenfolge des Imports von 'org.bremersee.acl.AclUserContext'. Sollte vor 'org.bremersee.acl.PermissionConstants' stehen. 25

org/bremersee/acl/spring/data/mongodb/convert/DocumentToAclConverter.java

Severity Category Rule Message Line
 Warning coding MatchXpath '//' must be followed by a whitespace. 51
 Warning coding MatchXpath '//' must be followed by a whitespace. 59