The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.creadur.whisker.model.License | 2 |
org.apache.creadur.whisker.model.WithLicense | 1 |
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 |
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 |