The following document contains the results of Checkstyle 6.19 with https://raw.githubusercontent.com/home1-oss/oss-build/master/src/main/checkstyle/google_checks_6.19.xml ruleset.
File | I | W | E |
---|---|---|---|
cn/home1/oss/lib/security/starter/PermitedRequestConfiguration.java | 0 | 1 | 0 |
cn/home1/oss/lib/security/swagger/AbstractAfterOperationBuilderBuildPlugin.java | 0 | 2 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocParagraph | 1 | Warning |
modifier | ModifierOrder | 2 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 36 |
Warning | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 120 |