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:
[email protected] (Sumit Bhagwani)
See Also:
  • Constructor Details

    • ObjectToString

      public ObjectToString()
  • Method Details