Class EqualsWrongThing

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

public final class EqualsWrongThing extends BugChecker implements BugChecker.MethodTreeMatcher
Checks for equals implementations comparing non-corresponding fields.
Author:
ghm@google.com (Graeme Morgan)
See Also: