Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 305 Bytes

Println.md

File metadata and controls

11 lines (6 loc) · 305 Bytes

Pattern: Use of this.print*()

Issue: -

Description

Checks for calls to this.print(), this.println() or this.printf(). Consider using a standard logging facility instead.

Further Reading