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.utils.URLConnectionFactory | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of conn which is known to be null in org.owasp.dependencycheck.utils.URLConnectionFactory.createHttpURLConnection(URL) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE | 83 | Medium |