SystemOut
Production code should not print to standard out or standard error. Standard out and standard error should only be used for debugging.

Severity
WARNING
Tags
LikelyError

Suppression

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