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:
[email protected] (Eleanor Harris), [email protected] (Siyuan Liu)
See Also: