]> source.dussan.org Git - sonarqube.git/blob
ebf2745165b990cfd614f05b451f09bf4317fcc1
[sonarqube.git] /
1 <p>This code increments a volatile field. Increments of volatile fields aren't atomic. If more 
2 than one thread is incrementing the field at the same time, increments could be lost. </p>