Class EqualsUsingHashCode

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

public final class EqualsUsingHashCode extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Discourages implementing equals using hashCode.
Author:
ghm@google.com (Graeme Morgan)
See Also: