FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
30 5 0 0

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