FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
7400

org.apache.maven.plugin.resources.HelpMojo

BugCategoryDetailsLinePriority
Unwritten field: org.apache.maven.plugin.resources.HelpMojo.goalCORRECTNESSUWF_UNWRITTEN_FIELD129Medium

org.apache.maven.plugin.resources.ReflectionProperties

BugCategoryDetailsLinePriority
org.apache.maven.plugin.resources.ReflectionProperties doesn't override java.util.Hashtable.equals(Object)STYLEEQ_DOESNT_OVERRIDE_EQUALS736-765Medium
Class org.apache.maven.plugin.resources.ReflectionProperties defines non-transient non-serializable instance field projectBAD_PRACTICESE_BAD_FIELDNot availableMedium

org.apache.maven.plugin.resources.Resource

BugCategoryDetailsLinePriority
The class name org.apache.maven.plugin.resources.Resource shadows the simple name of the superclass org.apache.maven.model.ResourceBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS27High