Files
openide/plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyThreadStopSuspendResume.html
Konstantin Nisht 73a842644a [groovy] Re-proofread inspection messages
GitOrigin-RevId: d946743c6f9ea2a1cb44f5676f4098d9e56e4d49
2021-06-02 15:13:27 +00:00

10 lines
256 B
HTML

<html>
<body>
Reports calls to <code>Thread.stop()</code>,<code>Thread.suspend()</code>, or <code>Thread.resume()</code>.
<p>
These calls are inherently prone to data corruption and deadlock, and their use is strongly
discouraged.
</p>
</body>
</html>