The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 126 | 1 | 2 | 9 |
| Class | Bugs |
|---|---|
| org.apache.commons.jci.compilers.RhinoJavaCompiler | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.commons.jci.compilers.RhinoJavaCompiler.compile(String[],org.apache.commons.jci.readers.ResourceReader,org.apache.commons.jci.stores.ResourceStore,ClassLoader,JavaCompilerSettings) creates a org.apache.commons.jci.compilers.RhinoJavaCompiler$RhinoCompilingClassLoader classloader, which should be performed within a doPrivileged block | BAD_PRACTICE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 256 |