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
331000

org.apache.maven.plugin.descriptor.MojoDescriptor

BugCategoryDetailsLinePriority
org.apache.maven.plugin.descriptor.MojoDescriptor overrides equals in org.codehaus.plexus.component.repository.ComponentDescriptor and may not be symmetricCORRECTNESSEQ_OVERRIDING_EQUALS_NOT_SYMMETRIC508-530Medium
Possible null pointer dereference of first in org.apache.maven.plugin.descriptor.MojoDescriptor.compareObjects(Object, Object)CORRECTNESSNP_NULL_ON_SOME_PATH540Medium

org.apache.maven.plugin.descriptor.PluginDescriptor

BugCategoryDetailsLinePriority
Equals method for org.apache.maven.plugin.descriptor.PluginDescriptor assumes the argument is of type PluginDescriptorBAD_PRACTICEBC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS269Medium
org.apache.maven.plugin.descriptor.PluginDescriptor.equals(Object) does not check for null argumentBAD_PRACTICENP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT264-269Medium

org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader

BugCategoryDetailsLinePriority
Private method org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD156Medium
Private method org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader.getDateValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD244Medium

org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader

BugCategoryDetailsLinePriority
Dead store to parsed in org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.parseLifecycleConfiguration(XmlPullParser, boolean)STYLEDLS_DEAD_LOCAL_STORE931High
Redundant nullcheck of lifecycles, which is known to be non-null in org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.parseLifecycleConfiguration(XmlPullParser, boolean)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE937Medium
Private method org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD155Medium
Private method org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getDateValue(String, String, XmlPullParser) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD243Medium