FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
61300

org.apache.maven.plugin.failsafe.HelpMojo

BugCategoryDetailsLinePriority
Unwritten field: org.apache.maven.plugin.failsafe.HelpMojo.goalCORRECTNESSUWF_UNWRITTEN_FIELD76Medium

org.apache.maven.plugin.failsafe.IntegrationTestMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugin.failsafe.IntegrationTestMojo.getSuiteXmlFiles() may expose internal representation by returning IntegrationTestMojo.suiteXmlFilesMALICIOUS_CODEEI_EXPOSE_REP1228Medium
org.apache.maven.plugin.failsafe.IntegrationTestMojo.setSuiteXmlFiles(File[]) may expose internal representation by storing an externally mutable object into IntegrationTestMojo.suiteXmlFilesMALICIOUS_CODEEI_EXPOSE_REP21233Medium
org.apache.maven.plugin.failsafe.IntegrationTestMojo.writeSummary(FailsafeSummary) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE726Medium
Unwritten field: org.apache.maven.plugin.failsafe.IntegrationTestMojo.encodingCORRECTNESSUWF_UNWRITTEN_FIELD773Medium
Unwritten field: org.apache.maven.plugin.failsafe.IntegrationTestMojo.parallelMavenExecutionCORRECTNESSUWF_UNWRITTEN_FIELD1450Medium
Unwritten field: org.apache.maven.plugin.failsafe.IntegrationTestMojo.pluginDescriptorCORRECTNESSUWF_UNWRITTEN_FIELD1481Medium

org.apache.maven.plugin.failsafe.VerifyMojo

BugCategoryDetailsLinePriority
Read of unwritten field summaryFile in org.apache.maven.plugin.failsafe.VerifyMojo.execute()CORRECTNESSNP_UNWRITTEN_FIELD182Medium
Unwritten field: org.apache.maven.plugin.failsafe.VerifyMojo.encodingCORRECTNESSUWF_UNWRITTEN_FIELD169Medium
Unwritten field: org.apache.maven.plugin.failsafe.VerifyMojo.summaryFileCORRECTNESSUWF_UNWRITTEN_FIELD182Medium
Unwritten field: org.apache.maven.plugin.failsafe.VerifyMojo.summaryFilesCORRECTNESSUWF_UNWRITTEN_FIELD182Medium

org.apache.maven.surefire.failsafe.model.io.xpp3.FailsafeSummaryXpp3Reader

BugCategoryDetailsLinePriority
Private method org.apache.maven.surefire.failsafe.model.io.xpp3.FailsafeSummaryXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD151Medium
Private method org.apache.maven.surefire.failsafe.model.io.xpp3.FailsafeSummaryXpp3Reader.getDateValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD239Medium