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 est stocké dans le champ non transient org.apache.maven.model.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 est stocké dans le champ non transient org.apache.maven.model.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 est stocké dans le champ non transient org.apache.maven.model.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
Ecriture d'un champ statique org.apache.maven.model.Resource.mergeIdCounter depuis la méthode d'une instance 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
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 190 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 278 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 192 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 280 Medium