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

ejava.examples.webtier.jpa.StudentJPADAO

Bug Category Details Line Priority
Possible null pointer dereference of query in ejava.examples.webtier.jpa.StudentJPADAO.find(String, Map, int, int) CORRECTNESS NP_NULL_ON_SOME_PATH 53 Medium
ejava.examples.webtier.jpa.StudentJPADAO.find(String, Map, int, int) makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 48 Medium