Class UndefinedEquals

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

public final class UndefinedEquals extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Flags types which do not have well-defined equals behavior.
Author:
eleanorh@google.com (Eleanor Harris)
See Also: