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-cli/../src/main/config/checkstyle-checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
8 0 0 3

Details

org/owasp/dependencycheck/App.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - org.apache.commons.lang.StringUtils. 30

org/owasp/dependencycheck/CliParser.java

Severity Category Rule Message Line
 Error sizes MethodCount Total number of methods is 62 (max allowed is 40). 42
 Error regexp RegexpSingleline Line matches the illegal pattern '\s+$'. 347