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 8 0 0

org.apache.maven.plugin.plugin.AbstractGeneratorMojo

Bug Category Details Line Priority
Redundant nullcheck of org.apache.maven.plugin.plugin.AbstractGeneratorMojo.mojoDependencies, which is known to be non-null in org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 251 High
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 285 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 256 High
org.apache.maven.plugin.plugin.PluginReport.extractPluginDescriptor() may fail to clean up java.io.Reader EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 256 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 359 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 536 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 528 Medium

org.apache.maven.plugin.plugin.UpdatePluginRegistryMojo

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.UpdatePluginRegistryMojo.writeUserRegistry(String, String, PluginRegistry) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 197 Medium