Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 370 Bytes

PrintStackTrace.md

File metadata and controls

11 lines (6 loc) · 370 Bytes

Pattern: Use of Throwable.printStackTrace()

Issue: -

Description

Checks for calls to Throwable.printStackTrace() or StackTraceUtils.printSanitizedStackTrace(Throwable). Consider using a standard logging facility instead.

Further Reading