The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.surefire.testng.TestNGReporter | 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 | 79 | 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 | 144 | Medium |