Reports any uses of
System.out
or
System.err
. These are often temporary debugging statements, and should probably be either removed from production code, or replaced by a more robust logging facility.