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
10 6 0 0

Files

Class Bugs
org.apache.maven.plugin.plugin.AbstractGeneratorMojo 1
org.apache.maven.plugin.plugin.PluginReport 3
org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer 2

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 318 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 276 High
org.apache.maven.plugin.plugin.PluginReport.extractPluginDescriptor() may fail to clean up java.io.Reader EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 276 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 401 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 580 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 572 Medium