The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
107 | 3 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.commons.performance.dbcp.DBCPSoak | 2 |
org.apache.commons.performance.pool.PoolClientThread | 1 |
Bug | Category | Details | Line |
---|---|---|---|
Dead store to poolableConnectionFactory in org.apache.commons.performance.dbcp.DBCPSoak.init() | STYLE | DLS_DEAD_LOCAL_STORE | 170 |
Method org.apache.commons.performance.dbcp.DBCPSoak.makeTable() passes a nonconstant String to an execute method on an SQL statement | BAD_PRACTICE | SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE | 334 |
Bug | Category | Details | Line |
---|---|---|---|
Method org.apache.commons.performance.pool.PoolClientThread.PoolClientThread(long, long, long, double, String, long, long, long, String, String, Logger, Statistics, KeyedObjectPool, double) invokes inefficient Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 108 |