Checkstyle Results
The following document contains the results of Checkstyle 10.21.1 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
|
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 |