Class ComparingThisWithNull

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

public class ComparingThisWithNull extends BugChecker implements BugChecker.BinaryTreeMatcher
Check for expressions containing this != null or this == null
See Also: