FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
17300

org.apache.maven.plugins.help.AbstractEffectiveMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.help.AbstractEffectiveMojo.writeXmlFile(File, String, String)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE94Medium

org.apache.maven.plugins.help.AbstractHelpMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.help.AbstractHelpMojo.writeFile(File, String)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE84Medium

org.apache.maven.plugins.help.HelpMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugins.help.HelpMojo.build() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION68Medium