The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.resolver.internal.ant.AntRepoSys | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Inconsistent synchronization of org.apache.maven.resolver.internal.ant.AntRepoSys.settings; locked 87% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 483 | Medium |
org.apache.maven.resolver.internal.ant.AntRepoSys.getUserSettings() is unsynchronized, org.apache.maven.resolver.internal.ant.AntRepoSys.setUserSettings(File) is synchronized | MT_CORRECTNESS | UG_SYNC_SET_UNSYNC_GET | 472-476 | Medium |