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
7 3 0 52

org.apache.maven.plugin.compiler.AbstractCompilerMojo

Bug Category Details Line Priority
Redundant nullcheck of is, which is known to be non-null in org.apache.maven.plugin.compiler.AbstractCompilerMojo.getMavenCompilerPluginVersion() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 1878 Medium
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 732 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 309 High