Checkstyle Results

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. rss feed

Summary

Files  Info  Warnings  Errors
61 0 3 0

Rules

Category Rule Violations Severity
javadoc JavadocParagraph 1  Warning
modifier ModifierOrder 2  Warning

Details

cn/home1/oss/lib/security/starter/PermitedRequestConfiguration.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 39

cn/home1/oss/lib/security/swagger/AbstractAfterOperationBuilderBuildPlugin.java

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