The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.tailoredshapes.stash.Stash | 2 |
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 |