Back to Intellij Community

ThreadDumpStack

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

2025.3-rc-2198 B
Original Source

Reports usages of Thread.dumpStack().

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.