Class NonAtomicVolatileUpdate

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.NonAtomicVolatileUpdate
All Implemented Interfaces:
BugChecker.AssignmentTreeMatcher, BugChecker.CompoundAssignmentTreeMatcher, BugChecker.UnaryTreeMatcher, Suppressible, Serializable

Detects non-atomic updates to volatile variables.
See Also: