You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add RemovedRuntimeTraceMethods java 17
* removed duplicate enteries for removeTraceMethods and kept the named Recipe
* End java-version-17.yml with a new line
---------
Co-authored-by: anuram <[email protected]>
Co-authored-by: Tim te Beek <[email protected]>
displayName: Remove `Runtime.traceInstructions(boolean)` and `Runtime.traceMethodCalls` methods
264
+
description: >-
265
+
The `traceInstructions` and `traceMethodCalls` methods in `java.lang.Runtime` were deprecated in Java SE 9 and are no longer available in Java SE 13 and later.
266
+
The recipe removes the invocations of these methods since the method invocations do nothing functionally.
0 commit comments