]> source.dussan.org Git - sonarqube.git/blob
c922bde87b22cbe21e74c77344e6d628aa553041
[sonarqube.git] /
1 <p> This class contains similarly-named get and set
2   methods where the set method is synchronized and the get method is not.&nbsp;
3   This may result in incorrect behavior at runtime, as callers of the get
4   method will not necessarily see a consistent state for the object.&nbsp;
5   The get method should be made synchronized.</p>