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

Details

org/owasp/dependencycheck/App.java

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

org/owasp/dependencycheck/CliParser.java

Severity Category Rule Message Line
 Error sizes MethodLength Method addAdvancedOptions length is 202 lines (max allowed is 180). 360
 Error sizes LineLength Line is longer than 150 characters (found 171). 433
 Error whitespace OperatorWrap '+' should be on a new line. 437
 Error whitespace OperatorWrap '+' should be on a new line. 439
 Error javadoc JavadocStyle First sentence should end with a period. 1458

org/owasp/dependencycheck/PluginLoader.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 1
 Error javadoc JavadocType Type Javadoc comment is missing @author tag. 17
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 17
 Error coding FinalLocalVariable Variable 'pluginsDir' should be declared final. 26
 Error coding FinalLocalVariable Variable 'files' should be declared final. 28