The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.resources.HelpMojo | 1 |
org.apache.maven.plugin.resources.ReflectionProperties | 1 |
org.apache.maven.plugin.resources.Resource | 1 |
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 |
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 |
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 |