Back to Intellij Community

GroovyThreadStopSuspendResume

plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyThreadStopSuspendResume.html

2025.3-rc-2180 B
Original Source

Reports calls to Thread.stop(),Thread.suspend(), or Thread.resume().

These calls are inherently prone to data corruption and deadlock, and their use is strongly discouraged.