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 | |||
|---|---|---|---|
| 25 | 0 | 0 | 20 |
Details
org/owasp/dependencycheck/utils/ForbiddenException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^ \* This file is part of dependency-check-(ant|core|cli|maven|utils)\.\s*$'. | 2 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
org/owasp/dependencycheck/utils/scarf/TelemetryCollector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| header | RegexpHeader | Line does not match expected header line of '^ \* This file is part of dependency-check-(ant|core|cli|maven|utils)\.\s*$'. | 2 | |
| sizes | LineLength | Line is longer than 150 characters (found 177). | 33 | |
| javadoc | JavadocType | Type Javadoc comment is missing @author tag. | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'telemetrySubmitted' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | FinalLocalVariable | Variable 'tool' should be declared final. | 42 | |
| coding | FinalLocalVariable | Variable 'version' should be declared final. | 43 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | FinalLocalVariable | Variable 'telemetryUrl' should be declared final. | 65 | |
| coding | FinalLocalVariable | Variable 'telemetryThread' should be declared final. | 69 | |
| coding | FinalLocalVariable | Variable 'telemetryThread' should be declared final. | 77 | |
| coding | FinalLocalVariable | Variable 'downloader' should be declared final. | 82 |

