Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 0 2 0

Files

File  I  W  E
waffle/spring/boot/demo/DemoController.java 0 1 0
waffle/spring/boot/demo/SecurityConfig.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
2  Warning

Details

waffle/spring/boot/demo/DemoController.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.security.core.Authentication' 28

waffle/spring/boot/demo/SecurityConfig.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'waffle.spring.NegotiateSecurityFilter' 33