Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with C:\Users\jeremy\Projects\DependencyCheck\dependency-check-ant/../src/main/config/checkstyle-checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
19 0 0 5

Details

org/owasp/dependencycheck/taskdefs/Check.java

Severity Category Rule Message Line
 Error sizes MethodCount Total number of methods is 64 (max allowed is 40). 48

org/slf4j/impl/StaticLoggerBinder.java

Severity Category Rule Message Line
 Error design FinalClass Class StaticLoggerBinder should be declared as final. 31
 Error naming StaticVariableName Name 'REQUESTED_API_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
 Error design VisibilityModifier Variable 'REQUESTED_API_VERSION' must be private and have accessor methods. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70