The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 41 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.atlassian.plugin.test.PluginBuilder | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| com.atlassian.plugin.test.PluginBuilder.addJava(String, String) invokes java.lang.reflect.Field.setAccessible(boolean), which should be invoked from within a doPrivileged block | BAD_PRACTICE | DP_DO_INSIDE_DO_PRIVILEGED | 50 |
| com.atlassian.plugin.test.PluginBuilder.build(File) may fail to close stream on exception | BAD_PRACTICE | OS_OPEN_STREAM_EXCEPTION_PATH | 135 |