FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
46 2 0 0

org.apache.maven.resolver.internal.ant.AntRepoSys

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