FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.0

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
26 2 0 0

de.smartics.ci.config.load.LocationManager

Bug Category Details Line Priority
new de.smartics.ci.config.load.LocationManager(ClassLoader) creates a de.smartics.ci.config.load.LocationManager$DynamicUrlClassLoader classloader, which should be performed within a doPrivileged block MALICIOUS_CODE DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED 62 Medium

de.smartics.ci.config.utils.JDomUtils

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in de.smartics.ci.config.utils.JDomUtils.toString(Document) STYLE REC_CATCH_EXCEPTION 283 Low