...
Class or Method | Replacement | Rule |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
java.util.Date | java.time (since Java 8) |
The Java Virtual Machine Profiler Interface (JVMPI) and JVM Debug Interface (JVMDI) are also deprecated and have been replaced by the JVM Tool Interface (JVMTI) (see ENV05-J. Do not deploy an application that can be remotely monitored for more information).
...
Tool | Version | Checker | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Parasoft Jtest |
| PBCERT.APIMET02.DPRAPI, TRS CERT.MET02.THRDImplemented | Do not use deprecated APIs Avoid calling unsafe deprecated methods of 'Thread' and 'Runtime' | |||||||
SonarQube Java Plugin |
| CallToDeprecatedMethod | S1874 | "@Deprecated" code should not be usedImplemented |
Related Guidelines
Deprecated Language Features [MEM] | |
CWE-589, Call to Non-ubiquitous API |
...