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.testng.TestNGReporter | 1 |
| org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator$Setter | 1 |
| org.apache.maven.surefire.testng.conf.TestNGMapConfigurator | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to rawString in org.apache.maven.surefire.testng.TestNGReporter.onTestStart(ITestResult) | STYLE | DLS_DEAD_LOCAL_STORE | 78 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator$Setter.convertValue(Object) invokes inefficient new Integer(String) constructor; use Integer.valueOf(String) instead | PERFORMANCE | DM_NUMBER_CTOR | 193 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exception is caught when Exception is not thrown in org.apache.maven.surefire.testng.conf.TestNGMapConfigurator.convertReporterConfig(Object) | STYLE | REC_CATCH_EXCEPTION | 145 | Medium |