FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Files
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 | 508-530 | Medium |
Possible déréférencement d'un pointeur null dans org.apache.maven.plugin.descriptor.MojoDescriptor.compareObjects(Object, Object) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 540 | Medium |
org.apache.maven.plugin.descriptor.PluginDescriptor
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 | 269 | Medium |
org.apache.maven.plugin.descriptor.PluginDescriptor.equals(Object) ne vérifie pas la nullité d'un paramètre | BAD_PRACTICE | NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT | 264-269 | High |
org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
La méthode privée org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 156 | Medium |
La méthode privée org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 244 | Medium |
org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
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 | 931 | High |
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 | 155 | 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 | 243 | Medium |