mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
10 lines
256 B
HTML
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>
|