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
Summary
Classes | Bugs | Errors | Missing Classes |
---|
50 | 9 | 0 | 0 |
org.apache.maven.model.ConfigurationContainer
Bug | Category | Details | Line | Priority |
---|
org.codehaus.plexus.util.xml.Xpp3Dom est stocké dans le champ non transient org.apache.maven.model.ConfigurationContainer.configuration | BAD_PRACTICE | SE_BAD_FIELD_STORE | 90 | Medium |
org.apache.maven.model.DeploymentRepository
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.model.DeploymentRepository doesn't override RepositoryBase.equals(Object) | STYLE | EQ_DOESNT_OVERRIDE_EQUALS | 17-84 | Medium |
org.apache.maven.model.ModelBase
Bug | Category | Details | Line | Priority |
---|
org.codehaus.plexus.util.xml.Xpp3Dom est stocké dans le champ non transient org.apache.maven.model.ModelBase.reports | BAD_PRACTICE | SE_BAD_FIELD_STORE | 222 | Medium |
org.apache.maven.model.Plugin
Bug | Category | Details | Line | Priority |
---|
org.codehaus.plexus.util.xml.Xpp3Dom est stocké dans le champ non transient org.apache.maven.model.Plugin.goals | BAD_PRACTICE | SE_BAD_FIELD_STORE | 137 | Medium |
org.apache.maven.model.Repository
org.apache.maven.model.io.xpp3.MavenXpp3Reader
Bug | Category | Details | Line | Priority |
---|
La méthode privée org.apache.maven.model.io.xpp3.MavenXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 194 | Medium |
La méthode privée org.apache.maven.model.io.xpp3.MavenXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 282 | Medium |
org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx
Bug | Category | Details | Line | Priority |
---|
La méthode privée org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 196 | Medium |
La méthode privée org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.getDateValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 284 | Medium |