SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.10.3
Threshold is medium
Effort is default
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 13 | 1 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| org.owasp.dependencycheck.ant.logging.AntLoggerAdapter | 1 |
org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception thrown in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter at new org.owasp.dependencycheck.ant.logging.AntLoggerAdapter(String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 48 | Medium |