RFR: JDK-8321827: Remove unnecessary suppress warnings annotations from the printing processor
Jim Laskey
jlaskey at openjdk.org
Tue Dec 12 18:37:31 UTC 2023
On Tue, 12 Dec 2023 03:08:15 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> With JEP 463, a utility method like "isUnnamed" is no longer included in javax.lang.model so there is no uses of methods associated with preview features. Therefore, the `@SuppressWarnings` annotations can (and should be) removed.
Marked as reviewed by jlaskey (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/17074#pullrequestreview-1778207969
More information about the compiler-dev
mailing list