...
More information about deprecated methods is available in MET15-J. Do not use deprecated or obsolete methods. Also, refer to EXC09-J. Prevent inadvertent calls to System.exit() or forced shutdown for more information on how to prevent data corruption when the JVM is abruptly shut down.
Noncompliant Code Example (Deprecated Thread.stop()
)
...