The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.apache.maven.plugin.descriptor.MojoDescriptor | 1 | 
| org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader | 6 | 
| 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 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Alimentation à perte d'une variable locale dans la méthode org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.parseLifecycleConfiguration(XmlPullParser, boolean) | STYLE | DLS_DEAD_LOCAL_STORE | 714 | 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 | 367 | 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 | 397 | High | 
| Test de nullité redondant sur une valeur non nulle dans org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.parseLifecycleConfiguration(XmlPullParser, boolean) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 720 | Medium | 
| La méthode privée org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 152 | Medium | 
| La méthode privée org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 240 | Medium |