Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
183 0 0 20

Details

org/owasp/dependencycheck/Engine.java

Violation Message Line
Errors 'final' modifier out of order with the JLS suggestions. 65
Errors 'final' modifier out of order with the JLS suggestions. 69
Errors 'static' modifier out of order with the JLS suggestions. 77

org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java

Violation Message Line
Errors Total number of methods is 66 (max allowed is 40). 60

org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java

Violation Message Line
Errors Inner assignments should be avoided. 123
Errors Must have at least one statement. 236

org/owasp/dependencycheck/analyzer/CPEAnalyzer.java

Violation Message Line
Errors Line is longer than 150 characters (found 162). 495
Errors Expected @param tag for 'currentConfidence'. 495

org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java

Violation Message Line
Errors Missing a Javadoc comment. 96
Errors Variable 'endPoint' should be declared final. 101
Errors Variable 'itr' should be declared final. 110
Errors Variable 'i' should be declared final. 112

org/owasp/dependencycheck/analyzer/JavaScriptAnalyzer.java

Violation Message Line
Errors Variable 'file' should be declared final. 114
Errors Variable 'sb' should be declared final. 116

org/owasp/dependencycheck/dependency/Dependency.java

Violation Message Line
Errors Total number of methods is 48 (max allowed is 40). 39

org/owasp/dependencycheck/suppression/SuppressionRule.java

Violation Message Line
Errors Missing a Javadoc comment. 269
Errors First sentence should end with a period. 271
Errors First sentence should end with a period. 280

org/owasp/dependencycheck/utils/DependencyVersion.java

Violation Message Line
Errors Variable 'thisVersion' should be declared final. 201
Errors Variable 'otherVersion' should be declared final. 202