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
10600

org.apache.maven.plugin.plugin.AbstractGeneratorMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE235Medium

org.apache.maven.plugin.plugin.HelpMojo

BugCategoryDetailsLinePriority
Unwritten field: org.apache.maven.plugin.plugin.HelpMojo.goalCORRECTNESSUWF_UNWRITTEN_FIELD129Medium

org.apache.maven.plugin.plugin.PluginReport

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.PluginReport.generatePluginDocumentation(PluginDescriptor, Locale)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE331Medium

org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer

BugCategoryDetailsLinePriority
Redundant nullcheck of jdk, which is known to be non-null in org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderBody()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE508Medium
Redundant nullcheck of maven, which is known to be non-null in org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderBody()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE500Medium

org.apache.maven.plugin.plugin.UpdatePluginRegistryMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.UpdatePluginRegistryMojo.writeUserRegistry(String, String, PluginRegistry)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE197Medium