FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
7 4 0 0

org.apache.maven.plugin.resources.HelpMojo

Bug Category Details Line Priority
org.apache.maven.plugin.resources.HelpMojo.build() may fail to clean up java.io.InputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 68 Medium

org.apache.maven.plugin.resources.ReflectionProperties

Bug Category Details Line Priority
org.apache.maven.plugin.resources.ReflectionProperties doesn't override java.util.Hashtable.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 885-914 Medium
Class org.apache.maven.plugin.resources.ReflectionProperties defines non-transient non-serializable instance field project BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.apache.maven.plugin.resources.Resource

Bug Category Details Line Priority
The class name org.apache.maven.plugin.resources.Resource shadows the simple name of the superclass org.apache.maven.model.Resource BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_SUPERCLASS 27 High