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

