Class InconsistentHashCode

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

public final class InconsistentHashCode extends BugChecker implements BugChecker.ClassTreeMatcher
Looks for hashCode implementations which are inconsistent with equals.
Author:
ghm@google.com (Graeme Morgan)
See Also: