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 | 
| 17 | 9 | 0 | 0 | 
 
org.apache.maven.settings.Repository
| Bug | Category | Details | Line | Priority | 
| org.apache.maven.settings.Repository définit equals() et utilise Object.hashCode() | BAD_PRACTICE | HE_EQUALS_USE_HASHCODE | 129 | High | 
 
org.apache.maven.settings.RepositoryBase
 
org.apache.maven.settings.Server
| Bug | Category | Details | Line | Priority | 
| org.codehaus.plexus.util.xml.Xpp3Dom est stocké dans le champ non transient org.apache.maven.settings.Server.configuration | BAD_PRACTICE | SE_BAD_FIELD_STORE | 111 | Medium | 
 
org.apache.maven.settings.Settings
| Bug | Category | Details | Line | Priority | 
| Synchronisation incohérente de org.apache.maven.settings.Settings.activeProxy; verrouillée à 75% | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 582 | Medium | 
| La classe org.apache.maven.settings.Settings définit le champ d'instance org.apache.maven.settings.Settings.runtimeInfo non transient et non sérialisable | BAD_PRACTICE | SE_BAD_FIELD | Not available | High | 
 
org.apache.maven.settings.io.xpp3.SettingsXpp3Reader
| Bug | Category | Details | Line | Priority | 
| Alimentation à perte d'une variable locale dans la méthode org.apache.maven.settings.io.xpp3.SettingsXpp3Reader.parseTrackableBase(XmlPullParser, boolean) | STYLE | DLS_DEAD_LOCAL_STORE | 1747 | High | 
| La méthode privée org.apache.maven.settings.io.xpp3.SettingsXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 161 | Medium | 
| La méthode privée org.apache.maven.settings.io.xpp3.SettingsXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 249 | Medium |