Checkstyle Results
The following document contains the results of Checkstyle 10.21.1 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 0 | 4 | 0 |
Files
File | I | W | E |
---|---|---|---|
waffle/spring/boot/WaffleAutoConfiguration.java | 0 | 2 | 0 |
waffle/spring/boot/WaffleProperties.java | 0 | 2 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
4 | Warning |
Details
waffle/spring/boot/WaffleAutoConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.springframework.beans.factory.annotation.Qualifier' | 28 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.servlet.spi.BasicSecurityFilterProvider' | 38 |
waffle/spring/boot/WaffleProperties.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.springframework.boot.context.properties.ConfigurationProperties' | 29 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'waffle.windows.auth.PrincipalFormat' | 31 |