FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
136 2 0 0

net.sf.kdgcommons.sql.JDBCUtil

Bug Category Details Line Priority
net.sf.kdgcommons.sql.JDBCUtil.prepare(Connection, String, Object[]) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 88 Medium

net.sf.kdgcommons.util.ReadThroughCache$1

Bug Category Details Line Priority
Potentially ambiguous invocation of either an outer or inherited method java.util.HashMap.size() in net.sf.kdgcommons.util.ReadThroughCache$1.removeEldestEntry(Map$Entry) STYLE IA_AMBIGUOUS_INVOCATION_OF_INHERITED_OR_OUTER_METHOD 152 High