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 19

Details

org/owasp/dependencycheck/App.java

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

org/owasp/dependencycheck/CliParser.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error whitespace OperatorWrap '+' should be on a new line. 73
 Error whitespace OperatorWrap '+' should be on a new line. 74
 Error sizes MethodLength Method addAdvancedOptions length is 202 lines (max allowed is 180). 367
 Error sizes LineLength Line is longer than 150 characters (found 171). 439
 Error whitespace OperatorWrap '+' should be on a new line. 443
 Error whitespace OperatorWrap '+' should be on a new line. 445
 Error javadoc JavadocMethod Expected @param tag for 'appendable'. 787
 Error coding FinalLocalVariable Variable 'helpAppendable' should be declared final. 788
 Error coding FinalLocalVariable Variable 'formatter' should be declared final. 790
 Error javadoc JavadocStyle First sentence should end with a period. 1456

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