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
Classes | Bugs | Errors | Missing Classes |
---|
9 | 5 | 0 | 0 |
org.apache.maven.plugin.AbstractCompilerMojo
Bug | Category | Details | Line | Priority |
---|
The class name org.apache.maven.plugin.AbstractCompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.AbstractCompilerMojo | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 35 | High |
org.apache.maven.plugin.CompilationFailureException
Bug | Category | Details | Line | Priority |
---|
The class name org.apache.maven.plugin.CompilationFailureException shadows the simple name of the superclass org.apache.maven.plugin.compiler.CompilationFailureException | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 39-40 | High |
org.apache.maven.plugin.CompilerMojo
Bug | Category | Details | Line | Priority |
---|
The class name org.apache.maven.plugin.CompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.CompilerMojo | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 31 | High |
org.apache.maven.plugin.TestCompilerMojo
Bug | Category | Details | Line | Priority |
---|
The class name org.apache.maven.plugin.TestCompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.TestCompilerMojo | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 31 | High |
org.apache.maven.plugin.compiler.HelpMojo
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.plugin.compiler.HelpMojo.build() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 68 | Medium |