FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Default
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 136 |
4 |
0 |
0 |
org.apache.commons.dbutils.BeanProcessor
| Bug |
Category |
Details |
Line |
| org.apache.commons.dbutils.BeanProcessor.processColumn(ResultSet, int, Class) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead |
PERFORMANCE |
DM_BOOLEAN_CTOR
|
449 |
org.apache.commons.dbutils.QueryLoader
| Bug |
Category |
Details |
Line |
| Usage of GetResource in org.apache.commons.dbutils.QueryLoader.loadQueries(String) may be unsafe if class is extended |
BAD_PRACTICE |
UI_INHERITANCE_UNSAFE_GETRESOURCE
|
95 |
org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSet
| Bug |
Category |
Details |
Line |
| org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSet.getNullBytes() may expose internal representation by returning SqlNullCheckedResultSet.nullBytes |
MALICIOUS_CODE |
EI_EXPOSE_REP
|
215 |
| org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSet.setNullBytes(byte[]) may expose internal representation by storing an externally mutable object into SqlNullCheckedResultSet.nullBytes |
MALICIOUS_CODE |
EI_EXPOSE_REP2
|
447 |