The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.surefire.booter.Classpath | 1 |
org.apache.maven.surefire.booter.ForkedBooter | 2 |
org.apache.maven.surefire.booter.IsolatedClassLoader | 4 |
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 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Futile attempt to change max pool size of ScheduledThreadPoolExecutor in org.apache.maven.surefire.booter.ForkedBooter.createJvmTerminator() | CORRECTNESS | DMI_FUTILE_ATTEMPT_TO_CHANGE_MAXPOOL_SIZE_OF_SCHEDULED_THREAD_POOL_EXECUTOR | 259 | High |
Switch statement found in org.apache.maven.surefire.booter.ForkedBooter.exit(int, Shutdown, CommandReader, boolean) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 220-222 | Medium |
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 |