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 | |||
|---|---|---|---|
| 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 | |
| modifier | ModifierOrder | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 36 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 120 |