Integrated: JDK-8321827: Remove unnecessary suppress warnings annotations from the printing processor

Joe Darcy darcy at openjdk.org
Tue Dec 12 18:47:20 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.

This pull request has now been integrated.

Changeset: a3447ec6
Author:    Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a3447ec6562c5b4570da964d08ce8ae4c157c961
Stats:     2 lines in 1 file changed: 0 ins; 2 del; 0 mod

8321827: Remove unnecessary suppress warnings annotations from the printing processor

Reviewed-by: jlaskey

-------------

PR: https://git.openjdk.org/jdk/pull/17074


More information about the compiler-dev mailing list