Back to Intellij Community

ThrowablePrintStackTrace

java/java-impl/resources/inspectionDescriptions/ThrowablePrintStackTrace.html

2025.3-rc-2224 B
Original Source

Reports calls to Throwable.printStackTrace() without arguments.

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