FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
15 |
4 |
0 |
0 |
org.apache.creadur.whisker.model.License
Bug |
Category |
Details |
Line |
Priority |
Call to String.equals(org.apache.creadur.whisker.model.License) in org.apache.creadur.whisker.model.License.equals(Object) |
CORRECTNESS |
EC_UNRELATED_TYPES |
241 |
High |
org.apache.creadur.whisker.model.License.equals(Object) checks for operand being a String |
BAD_PRACTICE |
EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS |
241 |
High |
Redundant nullcheck of parameters, which is known to be non-null in org.apache.creadur.whisker.model.License.validate(Map) |
STYLE |
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE |
128 |
Medium |
org.apache.creadur.whisker.model.WithLicense
Bug |
Category |
Details |
Line |
Priority |
org.apache.creadur.whisker.model.WithLicense defines compareTo(WithLicense) and uses Object.equals() |
BAD_PRACTICE |
EQ_COMPARETO_USE_OBJECT_EQUALS |
143 |
Medium |