The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is
Effort is min
| Class | Bugs |
|---|---|
| org.apache.commons.pool.impl.StackKeyedObjectPool | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.apache.commons.pool.impl.StackKeyedObjectPool.decrementActiveCount(Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 543 | Medium |
| Method org.apache.commons.pool.impl.StackKeyedObjectPool.incrementActiveCount(Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 523 | Medium |