Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
49 1 0 0

org.owasp.dependencycheck.utils.URLConnectionFactory

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