Class ToStringReturnsNull

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

public class ToStringReturnsNull extends BugChecker implements BugChecker.MethodTreeMatcher
ToString should not return null.
Author:
eleanorh@google.com (Eleanor Harris), siyuanl@google.com (Siyuan Liu)
See Also: