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 5 0 30

Files

Class Bugs
org.apache.maven.plugin.plugin.AbstractGeneratorMojo 1
org.apache.maven.plugin.plugin.PluginReport 2
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 281 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
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 581 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