The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
80 | 5 | 0 | 0 |
Class | Bugs |
---|---|
net.sf.twip.ClassTwip | 2 |
net.sf.twip.cdi.CdiExtension$CdiStatement | 1 |
net.sf.twip.internal.FailedFrameworkMethod | 1 |
net.sf.twip.internal.FrameworkMethodWithArgs | 1 |
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 |
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 |
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 |
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 |