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 2 0 15

Files

Class Bugs
org.apache.creadur.whisker.model.License 1
org.apache.creadur.whisker.model.WithLicense 1

org.apache.creadur.whisker.model.License

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

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