Reports any calls to .toString()
which use the default implementation from java.lang.Object.
The default implementation is rarely desired, but easy to use by accident. Calls
to .toString() on objects with
java.lang.Object, interface or abstract class type are ignored by this inspection.