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
9500

org.apache.maven.plugin.AbstractCompilerMojo

BugCategoryDetailsLinePriority
The class name org.apache.maven.plugin.AbstractCompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.AbstractCompilerMojoBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS35High

org.apache.maven.plugin.CompilationFailureException

BugCategoryDetailsLinePriority
The class name org.apache.maven.plugin.CompilationFailureException shadows the simple name of the superclass org.apache.maven.plugin.compiler.CompilationFailureExceptionBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS39-40High

org.apache.maven.plugin.CompilerMojo

BugCategoryDetailsLinePriority
The class name org.apache.maven.plugin.CompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.CompilerMojoBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS31High

org.apache.maven.plugin.TestCompilerMojo

BugCategoryDetailsLinePriority
The class name org.apache.maven.plugin.TestCompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.TestCompilerMojoBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS31High

org.apache.maven.plugin.compiler.HelpMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugin.compiler.HelpMojo.build() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION68Medium