The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is
Effort is min
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
55 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.commons.pool.impl.GenericKeyedObjectPool$Evictor | 1 |
org.apache.commons.pool.impl.GenericObjectPool$Evictor | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method call in org.apache.commons.pool.impl.GenericKeyedObjectPool$Evictor.run() passes null for nonnull parameter of Throwable.printStackTrace(PrintStream) | CORRECTNESS | NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS | 2371 | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method call in org.apache.commons.pool.impl.GenericObjectPool$Evictor.run() passes null for nonnull parameter of Throwable.printStackTrace(PrintStream) | CORRECTNESS | NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS | 1768 | 2 |