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
There are some test bundles that depend on org.eclipse.jdt.debug that has already moved to JavaSE-21. These test bundles should now be moved too to get rid of the warnings. I just took a glance and looks like there's quite a bit of deprecation that happened between 17 and 21. And it might not be possible to fix all the relevant code for this release, esp. those that use System.runFinalization(). In some cases, we might opt to fix the warnings with a @SuppressWarning, but I see some straight forward ones too.
The text was updated successfully, but these errors were encountered:
There are some test bundles that depend on org.eclipse.jdt.debug that has already moved to JavaSE-21. These test bundles should now be moved too to get rid of the warnings. I just took a glance and looks like there's quite a bit of deprecation that happened between 17 and 21. And it might not be possible to fix all the relevant code for this release, esp. those that use
System.runFinalization()
. In some cases, we might opt to fix the warnings with a@SuppressWarning
, but I see some straight forward ones too.The text was updated successfully, but these errors were encountered: