FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
128 |
8 |
0 |
0 |
net.ep.db4o.factories.BasicFactories
Bug |
Category |
Details |
Line |
Nullcheck of targetType at line 37 of value previously dereferenced in net.ep.db4o.factories.BasicFactories.createFactory(Class) |
CORRECTNESS |
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE |
35 |
net.ep.db4o.javassist.JVSTClass
Bug |
Category |
Details |
Line |
Dead store to defaultCons in net.ep.db4o.javassist.JVSTClass.JVSTClass(Reflector, JVSTReflector, ClassPool, Class, boolean, boolean, PersistOnMethodPolicy, ActivateOnMethodPolicy) |
STYLE |
DLS_DEAD_LOCAL_STORE |
154 |
Dead store to debugCode in net.ep.db4o.javassist.JVSTClass.enhanceMethods(CtClass, CtClass, List) |
STYLE |
DLS_DEAD_LOCAL_STORE |
199 |
Should net.ep.db4o.javassist.JVSTClass.toArray(Object) return a zero length array rather than null? |
STYLE |
PZLA_PREFER_ZERO_LENGTH_ARRAYS |
349 |
Redundant nullcheck of method, which is known to be non-null in net.ep.db4o.javassist.JVSTClass.getMethod(String, ReflectClass[]) |
STYLE |
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE |
292 |
Exception is caught when Exception is not thrown in net.ep.db4o.javassist.JVSTClass.JVSTClass(Reflector, JVSTReflector, ClassPool, Class, boolean, boolean, PersistOnMethodPolicy, ActivateOnMethodPolicy) |
STYLE |
REC_CATCH_EXCEPTION |
167 |
Exception is caught when Exception is not thrown in net.ep.db4o.javassist.JVSTClass.getMethod(String, ReflectClass[]) |
STYLE |
REC_CATCH_EXCEPTION |
296 |
net.ep.db4o.javassist.JVSTField
Bug |
Category |
Details |
Line |
Exception is caught when Exception is not thrown in net.ep.db4o.javassist.JVSTField.get(Object) |
STYLE |
REC_CATCH_EXCEPTION |
42 |