The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.ci.config.load.LocationManager | 1 |
de.smartics.ci.config.utils.JDomUtils | 1 |
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 |
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 |