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

Files

Class Bugs
com.tailoredshapes.stash.Stash 2

com.tailoredshapes.stash.Stash

Bug Category Details Line Priority
com.tailoredshapes.stash.Stash.clone() does not call super.clone() BAD_PRACTICE CN_IDIOM_NO_SUPER_CALL 513 Medium
com.tailoredshapes.stash.Stash.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 528 Medium