The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.owasp.dependencycheck.maven.DependencyCheckMojo | 2 |
| org.owasp.dependencycheck.maven.Engine | 1 |
| org.owasp.dependencycheck.maven.HelpMojo | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of DependencyCheckMojo.engine in org.owasp.dependencycheck.maven.DependencyCheckMojo.executeAggregateReport(MavenProject, Locale) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 632 | Medium |
| Possible null pointer dereference of DependencyCheckMojo.engine in org.owasp.dependencycheck.maven.DependencyCheckMojo.executeNonAggregateReport(Locale) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 606 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The class name org.owasp.dependencycheck.maven.Engine shadows the simple name of the superclass org.owasp.dependencycheck.Engine | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 38-159 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.owasp.dependencycheck.maven.HelpMojo.build() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 68 | Medium |