FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Files
Class | Bugs |
---|---|
de.schlichtherle.truezip.fs.file.TempFilePool$Buffer | 1 |
de.schlichtherle.truezip.fs.nio.file.TempFilePool$Buffer | 1 |
de.schlichtherle.truezip.fs.file.TempFilePool$Buffer
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of file at line 82 of value previously dereferenced in new de.schlichtherle.truezip.fs.file.TempFilePool$Buffer(File, TempFilePool) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 81 | Medium |
de.schlichtherle.truezip.fs.nio.file.TempFilePool$Buffer
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of file at line 135 of value previously dereferenced in new de.schlichtherle.truezip.fs.nio.file.TempFilePool$Buffer(Path, TempFilePool) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 134 | Medium |