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 | |||
|---|---|---|---|
| 12 | 0 | 0 | 13 |
Details
org/owasp/dependencycheck/App.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 150 characters (found 153). | 319 | |
| sizes | LineLength | Line is longer than 150 characters (found 155). | 741 |
org/owasp/dependencycheck/CliParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method addAdvancedOptions length is 202 lines (max allowed is 180). | 360 | |
| sizes | LineLength | Line is longer than 150 characters (found 171). | 433 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 437 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 439 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1458 |
org/owasp/dependencycheck/PluginLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| header | RegexpHeader | Line does not match expected header line of '^/\*\s*$'. | 1 | |
| javadoc | JavadocType | Type Javadoc comment is missing @author tag. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 | |
| coding | FinalLocalVariable | Variable 'pluginsDir' should be declared final. | 26 | |
| coding | FinalLocalVariable | Variable 'files' should be declared final. | 28 |

