Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
195 0 0 10

Details

org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java

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

org/owasp/dependencycheck/analyzer/CPEAnalyzer.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line matches the illegal pattern '\s+$'. 543

org/owasp/dependencycheck/analyzer/JarAnalyzer.java

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 163 lines (max allowed is 160). 647

org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzer.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 53

org/owasp/dependencycheck/analyzer/RubyBundlerAnalyzer.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 155). 30
 Error coding NestedIfDepth Nested if-else depth is 5 (max allowed is 4). 119
 Error coding NestedIfDepth Nested if-else depth is 5 (max allowed is 4). 128

org/owasp/dependencycheck/data/nvdcve/ConnectionFactory.java

Severity Category Rule Message Line
 Error blocks EmptyBlock Must have at least one statement. 332

org/owasp/dependencycheck/data/nvdcve/CveDB.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line matches the illegal pattern '\s+$'. 82

org/owasp/dependencycheck/dependency/Dependency.java

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