FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
19 2 0 1

com.codeferm.dbaccess.DbBeanProcessor

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase() in com.codeferm.dbaccess.DbBeanProcessor.toCamelCase(String) I18N DM_CONVERT_CASE 74 Low

com.codeferm.dbaccess.DbJdbcTemplate$1

Bug Category Details Line Priority
com.codeferm.dbaccess.DbJdbcTemplate$1.createPreparedStatement(Connection) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 163 Medium