resources.report.rules.checkstyle.DoubleCheckedLockingCheck.html Maven / Gradle / Ivy
DoubleCheckedLockingCheck
DoubleCheckedLockingCheck
Detect the double-checked locking idiom, a technique that tries to avoid synchronization overhead but is incorrect because of subtle artifacts of the java memory model.