Class CollectionUndefinedEquality

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

public final class CollectionUndefinedEquality extends BugChecker implements BugChecker.MethodInvocationTreeMatcher, BugChecker.MemberReferenceTreeMatcher
Highlights use of Collection#contains (and others) with types that do not have well-defined equals.
See Also: