Pattern: Use of Throwable.printStackTrace()
Issue: -
Checks for calls to Throwable.printStackTrace()
or StackTraceUtils.printSanitizedStackTrace(Throwable)
. Consider using a standard logging facility instead.
Pattern: Use of Throwable.printStackTrace()
Issue: -
Checks for calls to Throwable.printStackTrace()
or StackTraceUtils.printSanitizedStackTrace(Throwable)
. Consider using a standard logging facility instead.