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.plugin.failsafe.IntegrationTestMojo | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.plugin.failsafe.IntegrationTestMojo.getSuiteXmlFiles() may expose internal representation by returning IntegrationTestMojo.suiteXmlFiles | MALICIOUS_CODE | EI_EXPOSE_REP | 604 | Medium |
org.apache.maven.plugin.failsafe.IntegrationTestMojo.setSuiteXmlFiles(File[]) may expose internal representation by storing an externally mutable object into IntegrationTestMojo.suiteXmlFiles | MALICIOUS_CODE | EI_EXPOSE_REP2 | 610 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.failsafe.IntegrationTestMojo.writeSummary(RunResult, Exception) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 287 | Medium |