The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
Class | Bugs |
---|---|
ejava.examples.webtier.jpa.StudentJPADAO | 2 |
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 |