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
Classes | Bugs | Errors | Missing Classes |
---|
50 | 10 | 0 | 0 |
org.apache.maven.model.ConfigurationContainer
Bug | Category | Details | Line | Priority |
---|
org.codehaus.plexus.util.xml.Xpp3Dom stored into non-transient field ConfigurationContainer.configuration | BAD_PRACTICE | SE_BAD_FIELD_STORE | 90 | Medium |
org.apache.maven.model.ModelBase
Bug | Category | Details | Line | Priority |
---|
org.codehaus.plexus.util.xml.Xpp3Dom stored into non-transient field 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 stored into non-transient field Plugin.goals | BAD_PRACTICE | SE_BAD_FIELD_STORE | 137 | Medium |
org.apache.maven.model.RepositoryBase
Bug | Category | Details | Line | Priority |
---|
org.apache.maven.model.Resource
Bug | Category | Details | Line | Priority |
---|
Write to static field org.apache.maven.model.Resource.mergeIdCounter from instance method org.apache.maven.model.Resource.initMergeId() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 234 | Medium |
org.apache.maven.model.io.xpp3.MavenXpp3Reader
Bug | Category | Details | Line | Priority |
---|
Private method org.apache.maven.model.io.xpp3.MavenXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 194 | Medium |
Private method org.apache.maven.model.io.xpp3.MavenXpp3Reader.getDateValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 282 | Medium |
org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx
Bug | Category | Details | Line | Priority |
---|
Private method org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.getBooleanValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 196 | Medium |
Private method org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.getDateValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 284 | Medium |