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

ClassesBugsErrorsMissing Classes
17900

org.apache.maven.settings.Repository

BugCategoryDetailsLinePriority
org.apache.maven.settings.Repository définit equals() et utilise Object.hashCode()BAD_PRACTICEHE_EQUALS_USE_HASHCODE131High

org.apache.maven.settings.RepositoryBase

BugCategoryDetailsLinePriority
Equals method for org.apache.maven.settings.RepositoryBase assumes the argument is of type RepositoryBaseBAD_PRACTICEBC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS182Medium
org.apache.maven.settings.RepositoryBase définit equals() et utilise Object.hashCode()BAD_PRACTICEHE_EQUALS_USE_HASHCODE182-191High

org.apache.maven.settings.Server

BugCategoryDetailsLinePriority
org.codehaus.plexus.util.xml.Xpp3Dom est stocké dans le champ non transient org.apache.maven.settings.Server.configurationBAD_PRACTICESE_BAD_FIELD_STORE113Medium

org.apache.maven.settings.Settings

BugCategoryDetailsLinePriority
Synchronisation incohérente de org.apache.maven.settings.Settings.activeProxy; verrouillée à 75%MT_CORRECTNESSIS2_INCONSISTENT_SYNC584Medium
La classe org.apache.maven.settings.Settings définit le champ d'instance org.apache.maven.settings.Settings.runtimeInfo non transient et non sérialisableBAD_PRACTICESE_BAD_FIELDNot availableHigh

org.apache.maven.settings.io.xpp3.SettingsXpp3Reader

BugCategoryDetailsLinePriority
Alimentation à perte d'une variable locale dans la méthode org.apache.maven.settings.io.xpp3.SettingsXpp3Reader.parseTrackableBase(XmlPullParser, boolean)STYLEDLS_DEAD_LOCAL_STORE1687High
La méthode privée org.apache.maven.settings.io.xpp3.SettingsXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appeléePERFORMANCEUPM_UNCALLED_PRIVATE_METHOD165Medium
La méthode privée org.apache.maven.settings.io.xpp3.SettingsXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appeléePERFORMANCEUPM_UNCALLED_PRIVATE_METHOD253Medium