FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
126129

Files

ClassBugs
org.apache.commons.jci.compilers.RhinoJavaCompiler1

org.apache.commons.jci.compilers.RhinoJavaCompiler

BugCategoryDetailsLine
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 blockBAD_PRACTICEDP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED256