The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
15 | 2 | 1 | 15 |
Class | Bugs |
---|---|
org.apache.creadur.whisker.model.License | 1 |
org.apache.creadur.whisker.model.WithLicense | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
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 |
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 |