FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
9 6 0 0

org.apache.maven.plugin.plugin.AbstractGeneratorMojo

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 262 Medium

org.apache.maven.plugin.plugin.PluginReport

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.plugin.plugin.PluginReport.extractPluginDescriptor(): new java.io.FileReader(File) I18N DM_DEFAULT_ENCODING 287 High
org.apache.maven.plugin.plugin.PluginReport.extractPluginDescriptor() may fail to clean up java.io.Reader EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 287 Medium
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.PluginReport.generateMojosDocumentation(PluginDescriptor, Locale) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 419 Medium

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

Bug Category Details Line Priority
Redundant nullcheck of jdk, which is known to be non-null in org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderBody() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 598 Medium
Redundant nullcheck of maven, which is known to be non-null in org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderBody() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 590 Medium