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
11 8 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 1301 High
Possible null pointer dereference in org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute() due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 1038 Medium
Possible null pointer dereference in org.apache.maven.plugin.compiler.AbstractCompilerMojo.hasNewFile(File, Date) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 1574 Medium

org.apache.maven.plugin.compiler.TestCompilerMojo

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive org.apache.maven.plugin.compiler.TestCompilerMojo.preparePaths(Set) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 228 High