FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
27 7 0 0

org.apache.maven.plugin.descriptor.MojoDescriptor

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 533-551 Medium

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

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 752 High
Boxing/unboxing to parse a primitive org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getIntegerValue(String, String, XmlPullParser, boolean) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 393 High
Boxing/unboxing to parse a primitive org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getLongValue(String, String, XmlPullParser, boolean) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 423 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 758 Medium
Private method org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 178 Medium
Private method org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getDateValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 266 Medium