Class ObjectToString

All Implemented Interfaces:
BugChecker.BinaryTreeMatcher, BugChecker.CompoundAssignmentTreeMatcher, BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class ObjectToString extends AbstractToString
Warns against calling toString() on Objects which don't have toString() method overridden and won't produce meaningful output.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: