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
116129

Files

ClassBugs
org.apache.commons.jci.compilers.GroovyJavaCompiler1

org.apache.commons.jci.compilers.GroovyJavaCompiler

BugCategoryDetailsLine
org.apache.commons.jci.compilers.GroovyJavaCompiler.compile(String[],org.apache.commons.jci.readers.ResourceReader,org.apache.commons.jci.stores.ResourceStore,ClassLoader,JavaCompilerSettings) creates a groovy.lang.GroovyClassLoader classloader, which should be performed within a doPrivileged blockBAD_PRACTICEDP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED68