Class PrimitiveAtomicReference

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.PrimitiveAtomicReference
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class PrimitiveAtomicReference extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Discourages inadvertently using reference equality on boxed primitives in AtomicReference.
See Also: