SystemOut
Printing to standard output should only be used for debugging, not in production code
- Severity
- WARNING
- Tags
- LikelyError
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("SystemOut")
to the enclosing element.