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.file.TFile | 3 |
de.schlichtherle.truezip.file.swing.TFileChooser | 1 |
de.schlichtherle.truezip.file.swing.TFileSystemView | 1 |
de.schlichtherle.truezip.file.TFile
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nonnull field detector is not initialized by new de.schlichtherle.truezip.file.TFile(FsPath, TArchiveDetector) | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 658-660 | Medium |
Nonnull field file is not initialized by new de.schlichtherle.truezip.file.TFile(FsPath, TArchiveDetector) | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 658-660 | Medium |
de.schlichtherle.truezip.file.TFile.cp(File, OutputStream) may fail to clean up de.schlichtherle.truezip.io.DecoratingInputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 2886 | Medium |
de.schlichtherle.truezip.file.swing.TFileChooser
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of files, which is known to be non-null in de.schlichtherle.truezip.file.swing.TFileChooser.getSelectedFiles() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 82 | Medium |
de.schlichtherle.truezip.file.swing.TFileSystemView
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of tfile, which is known to be non-null in de.schlichtherle.truezip.file.swing.TFileSystemView.isTraversable(File) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 109 | Medium |