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
27 9 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 1178 High
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 1451 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 221 High

org.apache.maven.plugin.compiler.module.AsmModuleInfoParser

Bug Category Details Line Priority
org.apache.maven.plugin.compiler.module.AsmModuleInfoParser.getModuleInfoClass(File) may fail to close stream BAD_PRACTICE OS_OPEN_STREAM 105 Medium

org.apache.maven.plugin.compiler.module.ProjectAnalyzer

Bug Category Details Line Priority
Possible null pointer dereference of jarFile in org.apache.maven.plugin.compiler.module.ProjectAnalyzer.extractManifest(File) on exception path CORRECTNESS NP_NULL_ON_SOME_PATH_EXCEPTION 161 Medium