FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
12301

net.sourceforge.domian.repository.HibernateRepository

BugCategoryDetailsLinePriority
Possible null pointer dereference of results in net.sourceforge.domian.repository.HibernateRepository.findSingleEntitySpecifiedBy(Specification)CORRECTNESSNP_NULL_ON_SOME_PATH350Medium

net.sourceforge.domian.repository.Rdbms

BugCategoryDetailsLinePriority
Method net.sourceforge.domian.repository.Rdbms.getConfiguration(String, String, String, Map) makes inefficient use of keySet iterator instead of entrySet iteratorPERFORMANCEWMI_WRONG_MAP_ITERATOR208Medium

net.sourceforge.domian.specification.Specification2HqlConverter

BugCategoryDetailsLinePriority
Dead store to valueBoundSpecification in net.sourceforge.domian.specification.Specification2HqlConverter.buildHqlFromCompositeSpecification(CompositeSpecification, ParameterizedSpecification, boolean, StringBuilder)STYLEDLS_DEAD_LOCAL_STORE298Medium