The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.surefire.common.junit48.AndFilter | 1 |
org.apache.maven.surefire.common.junit48.OrFilter | 1 |
org.apache.maven.surefire.common.junit48.RequestedTest | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.surefire.common.junit48.AndFilter.describe() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 57 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.surefire.common.junit48.OrFilter.describe() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 57 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Null passed for nonnull parameter of classFile(Class) in org.apache.maven.surefire.common.junit48.RequestedTest.shouldRun(Description) | CORRECTNESS | NP_NULL_PARAM_DEREF | 43 | Medium |