dependency-check-core
/
dependency-check
/
Checkstyle Results
Last Published: 2014-01-16
|
Version: 1.0.8
Project Documentation
Project Information
Project Reports
JavaDocs
Dependency Updates Report
Plugin Updates Report
Test Source Xref
Source Xref
Cobertura Test Coverage
Surefire Report
Failsafe Report
Tag List
Checkstyle
CPD Report
PMD Report
FindBugs Report
Follow ctxt
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
169
0
0
3
Files
Files
I
W
E
org/owasp/dependencycheck/Engine.java
0
0
1
org/owasp/dependencycheck/data/nvdcve/CveDB.java
0
0
1
org/owasp/dependencycheck/dependency/VulnerableSoftware.java
0
0
1
Details
org/owasp/dependencycheck/Engine.java
Violation
Message
Line
'=' should be on the previous line.
64
org/owasp/dependencycheck/data/nvdcve/CveDB.java
Violation
Message
Line
Must have at least one statement.
120
org/owasp/dependencycheck/dependency/VulnerableSoftware.java
Violation
Message
Line
Nested if-else depth is 5 (max allowed is 4).
82