Checkstyle Results
The following document contains the results of Checkstyle 10.21.1 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 5 | 0 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| 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 |
Details
waffle/spring/boot/demo/DemoController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'waffle.spring.NegotiateSecurityFilter' | 33 |

