Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
26 6 0 0

org.apache.maven.surefire.booter.Classpath

Bug Category Details Line Priority
org.apache.maven.surefire.booter.Classpath.createClassLoader(ClassLoader, boolean, boolean, String) creates a org.apache.maven.surefire.booter.IsolatedClassLoader classloader, which should be performed within a doPrivileged block MALICIOUS_CODE DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED 159 Medium

org.apache.maven.surefire.booter.ForkedBooter

Bug Category Details Line Priority
Switch statement found in org.apache.maven.surefire.booter.ForkedBooter.exit(int, Shutdown, MasterProcessReader) where one case falls through to the next case STYLE SF_SWITCH_FALLTHROUGH 221-223 Medium

org.apache.maven.surefire.booter.IsolatedClassLoader

Bug Category Details Line Priority
org.apache.maven.surefire.booter.IsolatedClassLoader.urls is or uses a map or set of URLs, which can be a performance hog PERFORMANCE DMI_COLLECTION_OF_URLS Not available High
org.apache.maven.surefire.booter.IsolatedClassLoader.addURL(URL) is or uses a map or set of URLs, which can be a performance hog PERFORMANCE DMI_COLLECTION_OF_URLS 58 High
org.apache.maven.surefire.booter.IsolatedClassLoader.addURL(URL) is or uses a map or set of URLs, which can be a performance hog PERFORMANCE DMI_COLLECTION_OF_URLS 55 High
org.apache.maven.surefire.booter.IsolatedClassLoader.addURL(URL) is or uses a map or set of URLs, which can be a performance hog PERFORMANCE DMI_COLLECTION_OF_URLS 55 High