Class SelfComparison

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

public class SelfComparison extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Points out if an object is compared to itself.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: