ToStringReturnsNull
An implementation of Object.toString() should never return null.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("ToStringReturnsNull") to the enclosing element.