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
107 3 0 0

org.apache.commons.performance.dbcp.DBCPSoak

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

org.apache.commons.performance.pool.PoolClientThread

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