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
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 | 131 | 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 | 113 | 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 | 584 | 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 | 1687 | 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 | 165 | 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 | 253 | Medium |