Deprecated API marked for removal, @SuppressWarning and terminalDeprecation set to error #2500
-
Hi all, I have a question regarding terminally deprecated API and In particular, the code base I work on ran into this JDK change: https://bugs.openjdk.org/browse/JDK-8276748 Finalization is now marked for removal, its not just deprecated. In our code base, we use The suggestion in the JDK ticket, to deal with the incompatibility introduced by it, is to use In Is there a way to suppress this compile error in Best regards and thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you seen the option Java Compiler > Errors/Warnings > Annotations ... Suppress optional errors with @SuppressWarnings Is it checked? |
Beta Was this translation helpful? Give feedback.
Have you seen the option Java Compiler > Errors/Warnings > Annotations ... Suppress optional errors with @SuppressWarnings
Is it checked?