Call to 'print()' or 'println()'

Last modified: 03 December 2024

Reports usages of print or println.

Such statements are often used for temporary debugging and should be either removed from the production code, or replaced by a more robust logging facility.