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 |
92 |
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 |
220 |
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 |
135 |
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 |
232 |
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 |
191 |
Medium |
| Private method org.apache.maven.model.io.xpp3.MavenXpp3Reader.getDateValue(String, String, XmlPullParser) is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
279 |
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 |
193 |
Medium |
| Private method org.apache.maven.model.io.xpp3.MavenXpp3ReaderEx.getDateValue(String, String, XmlPullParser) is never called |
PERFORMANCE |
UPM_UNCALLED_PRIVATE_METHOD |
281 |
Medium |