The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.sf.kdgcommons.sql.JDBCUtil | 1 |
net.sf.kdgcommons.util.ReadThroughCache$1 | 1 |
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 |
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 |