FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
9 2 0 0

top.infra.test.classloader.exclude.ExcludeClassJunitRunner

Bug Category Details Line Priority
top.infra.test.classloader.exclude.ExcludeClassJunitRunner.<static initializer for ExcludeClassJunitRunner>() creates a top.infra.test.classloader.exclude.ExcludeClassesClassLoader classloader, which should be performed within a doPrivileged block MALICIOUS_CODE DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED 25 Medium

top.infra.test.classloader.exclude.ExcludeClassesClassLoader

Bug Category Details Line Priority
Inconsistent synchronization of top.infra.test.classloader.exclude.ExcludeClassesClassLoader.excludes; locked 50% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 63 Medium