Class SelfEquals

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

public class SelfEquals extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: