Class ObjectEqualsForPrimitives

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

public class ObjectEqualsForPrimitives extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for usage of Objects.equal on primitive types.
Author:
vlk@google.com (Volodymyr Kachurovskyi)
See Also: