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 |
---|---|
net.java.truecommons.shed.BitField | 1 |
net.java.truecommons.shed.OnTryFinally$class | 1 |
net.java.truecommons.shed.ResourceLoan$class | 1 |
net.java.truecommons.shed.BitField
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method net.java.truecommons.shed.BitField.equals(Object) overrides the nullness annotation of parameter that in an incompatible way | STYLE | NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION | 247 | Medium |
net.java.truecommons.shed.OnTryFinally$class
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name net.java.truecommons.shed.OnTryFinally$class doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 17-26 | Medium |
net.java.truecommons.shed.ResourceLoan$class
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name net.java.truecommons.shed.ResourceLoan$class doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 28-35 | Medium |