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
204 0 0 21

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). 63

org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java

Severity Category Rule Message Line
 Error coding InnerAssignment Inner assignments should be avoided. 475
 Error coding InnerAssignment Inner assignments should be avoided. 478
 Error coding InnerAssignment Inner assignments should be avoided. 479
 Error coding NestedIfDepth Nested if-else depth is 5 (max allowed is 4). 480
 Error coding InnerAssignment Inner assignments should be avoided. 480
 Error coding NestedIfDepth Nested if-else depth is 6 (max allowed is 4). 481
 Error coding InnerAssignment Inner assignments should be avoided. 481
 Error coding NestedIfDepth Nested if-else depth is 7 (max allowed is 4). 482

org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java

Severity Category Rule Message Line
 Error coding InnerAssignment Inner assignments should be avoided. 172
 Error coding InnerAssignment Inner assignments should be avoided. 179

org/owasp/dependencycheck/analyzer/JarAnalyzer.java

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

org/owasp/dependencycheck/analyzer/NexusAnalyzer.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error regexp RegexpSingleline Line matches the illegal pattern '\s+$'. 268

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). 120
 Error coding NestedIfDepth Nested if-else depth is 5 (max allowed is 4). 129

org/owasp/dependencycheck/data/nexus/NexusSearch.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - org.owasp.dependencycheck.utils.InvalidSettingException. 29
 Error imports UnusedImports Unused import - org.owasp.dependencycheck.utils.Settings. 30

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

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

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