SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 3.1.12

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
11 2 0 0

ejava.examples.ejbsessionbank.jpa.JPAAccountDAO

Bug Category Details Line Priority
ejava.examples.ejbsessionbank.jpa.JPAAccountDAO.findAccounts(String, Map, int, int) makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 56 Medium

ejava.examples.ejbsessionbank.jpa.JPAOwnerDAO

Bug Category Details Line Priority
ejava.examples.ejbsessionbank.jpa.JPAOwnerDAO.findOwners(String, Map, int, int) makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 43 Medium