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 |
|---|---|---|---|
| 37 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.pyx4j.jni.Common | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store of null to fos in com.pyx4j.jni.Common.copy2File(InputStream, File) | STYLE | DLS_DEAD_LOCAL_STORE_OF_NULL | 149 |
| Dead store of null to is in com.pyx4j.jni.Common.loadAsSystemResource(String) | STYLE | DLS_DEAD_LOCAL_STORE_OF_NULL | 109 |