All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy