FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
80 |
5 |
0 |
0 |
net.sf.twip.ClassTwip
Bug |
Category |
Details |
Line |
Priority |
net.sf.twip.ClassTwip.getParameterValues() may expose internal representation by returning ClassTwip.parameterValues |
MALICIOUS_CODE |
EI_EXPOSE_REP |
166 |
Medium |
new net.sf.twip.ClassTwip(Class, Callable, Object[]) may expose internal representation by storing an externally mutable object into ClassTwip.parameterValues |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
29 |
Medium |
net.sf.twip.cdi.CdiExtension$CdiStatement
Bug |
Category |
Details |
Line |
Priority |
Should net.sf.twip.cdi.CdiExtension$CdiStatement be a _static_ inner class? |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC |
20-60 |
Medium |
net.sf.twip.internal.FailedFrameworkMethod
Bug |
Category |
Details |
Line |
Priority |
net.sf.twip.internal.FailedFrameworkMethod doesn't override org.junit.runners.model.FrameworkMethod.equals(Object) |
STYLE |
EQ_DOESNT_OVERRIDE_EQUALS |
16-22 |
Medium |
net.sf.twip.internal.FrameworkMethodWithArgs
Bug |
Category |
Details |
Line |
Priority |
net.sf.twip.internal.FrameworkMethodWithArgs doesn't override org.junit.runners.model.FrameworkMethod.equals(Object) |
STYLE |
EQ_DOESNT_OVERRIDE_EQUALS |
24-127 |
Medium |