This inspection reports any calls to
Thread.stop()
,
Thread.suspend()
, or
Thread.resume()
from Groovy code. These calls are inherently prone to data corruption and deadlock, and their use is strongly discouraged.
Powered by InspectorGroovy