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.inst.jmx.JmxDirector | 3 |
de.schlichtherle.truezip.fs.inst.jmx.JmxModelView | 1 |
de.schlichtherle.truezip.fs.inst.jmx.JmxDirector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nonnull field application is not initialized by new de.schlichtherle.truezip.fs.inst.jmx.JmxDirector() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 35-36 | Medium |
Nonnull field kernel is not initialized by new de.schlichtherle.truezip.fs.inst.jmx.JmxDirector() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 35-36 | Medium |
Nonnull field temp is not initialized by new de.schlichtherle.truezip.fs.inst.jmx.JmxDirector() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 35-36 | Medium |
de.schlichtherle.truezip.fs.inst.jmx.JmxModelView
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.schlichtherle.truezip.fs.inst.jmx.JmxModelView.getParentMountPoint() may return null, but is declared @NonNull | CORRECTNESS | NP_NONNULL_RETURN_VIOLATION | 172 | Medium |