FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
4 1 0 0

ejava.examples.webtier.dao.DAOFactory

Bug Category Details Line Priority
ejava.examples.webtier.dao.DAOFactory.getDAOTypeFactory() makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 22 Medium