The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| com.codeferm.dbaccess.DbBeanProcessor | 1 |
| com.codeferm.dbaccess.DbJdbcTemplate$1 | 1 |
| 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 |
| 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 |