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 | ![]() |
![]() |
![]() |
---|---|---|---|
9 | 0 | 0 | 40 |
Details
org/owasp/dependencycheck/App.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 150 characters (found 155). | 708 |
org/owasp/dependencycheck/CliParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method addAdvancedOptions length is 197 lines (max allowed is 180). | 361 |
![]() |
sizes | LineLength | Line is longer than 150 characters (found 172). | 501 |
![]() |
sizes | LineLength | Line is longer than 150 characters (found 184). | 502 |
![]() |
sizes | LineLength | Line is longer than 150 characters (found 183). | 503 |
org/owasp/dependencycheck/analyzer/YarnAuditAnalyzer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dependency'. | 113 |
![]() |
coding | FinalLocalVariable | Variable 'yarnVersion' should be declared final. | 114 |
![]() |
coding | FinalLocalVariable | Variable 'semver' should be declared final. | 116 |
![]() |
coding | FinalLocalVariable | Variable 'yarnVersion' should be declared final. | 138 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 224 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'builder'. | 224 |
![]() |
coding | FinalLocalVariable | Variable 'yarnMajorVersion' should be declared final. | 267 |
![]() |
coding | FinalLocalVariable | Variable 'advisoriesJsonArray' should be declared final. | 391 |
![]() |
coding | FinalLocalVariable | Variable 'advisories' should be declared final. | 393 |
![]() |
coding | FinalLocalVariable | Variable 'advisory' should be declared final. | 428 |
![]() |
coding | FinalLocalVariable | Variable 'object' should be declared final. | 429 |
![]() |
coding | FinalLocalVariable | Variable 'moduleName' should be declared final. | 430 |
![]() |
coding | FinalLocalVariable | Variable 'id' should be declared final. | 431 |
![]() |
coding | FinalLocalVariable | Variable 'url' should be declared final. | 432 |
![]() |
coding | FinalLocalVariable | Variable 'ghsaId' should be declared final. | 433 |
![]() |
coding | FinalLocalVariable | Variable 'issue' should be declared final. | 434 |
![]() |
coding | FinalLocalVariable | Variable 'severity' should be declared final. | 435 |
![]() |
coding | FinalLocalVariable | Variable 'vulnerableVersions' should be declared final. | 436 |
![]() |
coding | FinalLocalVariable | Variable 'treeVersions' should be declared final. | 437 |
![]() |
coding | FinalLocalVariable | Variable 'treeVersionsLength' should be declared final. | 438 |
![]() |
coding | FinalLocalVariable | Variable 'versions' should be declared final. | 439 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 461 |
![]() |
coding | FinalLocalVariable | Variable 'lastSlashIndex' should be declared final. | 465 |
org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 150 characters (found 264). | 152 |
org/owasp/dependencycheck/data/nvdcve/CveDB.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,360 lines (max allowed is 2,000). | 1 |
![]() |
sizes | MethodCount | Total number of methods is 89 (max allowed is 80). | 79 |
![]() |
sizes | MethodLength | Method getVulnerability length is 338 lines (max allowed is 180). | 710 |
![]() |
sizes | LineLength | Line is longer than 150 characters (found 151). | 1005 |
![]() |
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 |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line matches the illegal pattern '\s+$'. | 83 |
org/owasp/dependencycheck/data/update/NvdApiDataSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 150 characters (found 162). | 390 |
org/owasp/dependencycheck/dependency/Vulnerability.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
org/owasp/dependencycheck/reporting/ReportGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 150 characters (found 177). | 130 |