Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with file:/home/runner/work/DependencyCheck/DependencyCheck/src/main/config/checkstyle-checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
14 0 0 23

Details

org/owasp/dependencycheck/App.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 153). 323
 Error sizes LineLength Line is longer than 150 characters (found 155). 713

org/owasp/dependencycheck/CliParser.java

Severity Category Rule Message Line
 Error sizes MethodLength Method addAdvancedOptions length is 200 lines (max allowed is 180). 361

org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 153). 1037

org/owasp/dependencycheck/analyzer/CentralAnalyzer.java

Severity Category Rule Message Line
 Error whitespace OperatorWrap '+' should be on a new line. 314
 Error whitespace OperatorWrap '+' should be on a new line. 315

org/owasp/dependencycheck/analyzer/NodePackageAnalyzer.java

Severity Category Rule Message Line
 Error coding FinalLocalVariable Variable 'message' should be declared final. 199

org/owasp/dependencycheck/analyzer/PoetryAnalyzer.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \*\s*$'. 15

org/owasp/dependencycheck/analyzer/YarnAuditAnalyzer.java

Severity Category Rule Message Line
 Error whitespace OperatorWrap '+' should be on a new line. 191
 Error whitespace OperatorWrap '+' should be on a new line. 197

org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandler.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 264). 152

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

Severity Category Rule Message Line
 Error sizes FileLength File length is 2,355 lines (max allowed is 2,000). 1
 Error sizes MethodCount Total number of methods is 89 (max allowed is 80). 79
 Error sizes MethodLength Method getVulnerability length is 334 lines (max allowed is 180). 710
 Error sizes LineLength Line is longer than 150 characters (found 151). 1000
 Error sizes MethodLength Method updateOrInsertVulnerability length is 212 lines (max allowed is 180). 1163

org/owasp/dependencycheck/data/update/EngineVersionCheck.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 156). 220

org/owasp/dependencycheck/data/update/NvdApiDataSource.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 162). 390

org/owasp/dependencycheck/processing/BundlerAuditProcessor.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 159). 245

org/owasp/dependencycheck/reporting/ReportGenerator.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 150 characters (found 177). 130

org/owasp/dependencycheck/utils/ForbiddenException.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^ \* This file is part of dependency-check-(ant|core|cli|maven|utils)\.\s*$'. 2
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 31