FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
55200

org.apache.commons.pool.impl.StackKeyedObjectPool

BugCategoryDetailsLinePriority
Method org.apache.commons.pool.impl.StackKeyedObjectPool.decrementActiveCount(Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR543Medium
Method org.apache.commons.pool.impl.StackKeyedObjectPool.incrementActiveCount(Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR523Medium