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 of type
java.lang.Object are ignored by this inspection.