The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| top.infra.test.classloader.exclude.ExcludeClassJunitRunner | 1 |
| top.infra.test.classloader.exclude.ExcludeClassesClassLoader | 1 |
| 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 |
| 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 |