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
8 0 0 13

Details

org/owasp/dependencycheck/data/composer/ComposerLockParser.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'skipDev'. 65

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

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

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

Severity Category Rule Message Line
 Error whitespace OperatorWrap '=' should be on the previous line. 83

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

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

org/owasp/dependencycheck/data/update/nvd/api/CveItemSource.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 32 has parse error. Details: mismatched input 'if' expecting END while parsing HTML_ELEMENT_END 29
 Error javadoc JavadocStyle Extra HTML tag found: </code>. 30

org/owasp/dependencycheck/reporting/ReportGenerator.java

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

org/owasp/dependencycheck/taskdefs/Check.java

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

org/owasp/dependencycheck/utils/Settings.java

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