The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.plugin.descriptor.MojoDescriptor overrides equals in org.codehaus.plexus.component.repository.ComponentDescriptor and may not be symmetric | CORRECTNESS | EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC | 534-552 | Medium |
Possible null pointer dereference of first in org.apache.maven.plugin.descriptor.MojoDescriptor.compareObjects(Object, Object) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 562 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Equals method for org.apache.maven.plugin.descriptor.PluginDescriptor assumes the argument is of type PluginDescriptor | BAD_PRACTICE | BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS | 275 | Medium |
org.apache.maven.plugin.descriptor.PluginDescriptor.equals(Object) does not check for null argument | BAD_PRACTICE | NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT | 270-275 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Private method org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 154 | Medium |
Private method org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader.getDateValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 242 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to parsed in org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.parseLifecycleConfiguration(XmlPullParser, boolean) | STYLE | DLS_DEAD_LOCAL_STORE | 714 | High |
Redundant nullcheck of lifecycles, which is known to be non-null in org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.parseLifecycleConfiguration(XmlPullParser, boolean) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 720 | Medium |
Private method org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 152 | Medium |
Private method org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getDateValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 240 | Medium |