FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
11 |
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.AbstractCompilerMojo
Bug |
Category |
Details |
Line |
Priority |
Boxing/unboxing to parse a primitive org.apache.maven.plugin.compiler.AbstractCompilerMojo.getRequestThreadCount() |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
1112 |
High |