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.nio.file.TFileSystemProvider | 3 |
de.schlichtherle.truezip.nio.file.TPathScanner | 2 |
de.schlichtherle.truezip.nio.file.TFileSystemProvider
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.schlichtherle.truezip.nio.file.TFileSystemProvider.deref(Reference) may return null, but is declared @NonNull | CORRECTNESS | NP_NONNULL_RETURN_VIOLATION | 265 | Medium |
Possible null pointer dereference in de.schlichtherle.truezip.nio.file.TFileSystemProvider.deref(Reference) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 265 | Medium |
Redundant nullcheck of fs, which is known to be non-null in de.schlichtherle.truezip.nio.file.TFileSystemProvider.getFileSystem(TPath) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 258 | Medium |
de.schlichtherle.truezip.nio.file.TPathScanner
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nonnull field memberQuery is not initialized by new de.schlichtherle.truezip.nio.file.TPathScanner(TArchiveDetector) | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 56-59 | Medium |
Nonnull field root is not initialized by new de.schlichtherle.truezip.nio.file.TPathScanner(TArchiveDetector) | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 56-59 | Medium |