FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.0

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
12300

org.apache.creadur.whisker.model.License

BugCategoryDetailsLinePriority
Call to String.equals(org.apache.creadur.whisker.model.License) in org.apache.creadur.whisker.model.License.equals(Object)CORRECTNESSEC_UNRELATED_TYPES241High
org.apache.creadur.whisker.model.License.equals(Object) checks for operand being a String BAD_PRACTICEEQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS241High

org.apache.creadur.whisker.model.WithLicense

BugCategoryDetailsLinePriority
org.apache.creadur.whisker.model.WithLicense defines compareTo(WithLicense) and uses Object.equals()BAD_PRACTICEEQ_COMPARETO_USE_OBJECT_EQUALS132Medium