RFR: 8264137: Suppress deprecation and removal warnings of internal methods
Kevin Rushforth
kcr at openjdk.java.net
Mon Jun 21 17:45:31 UTC 2021
On Mon, 21 Jun 2021 11:24:39 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
> This PR suppresses -PLINT="removal" warnings and fixes -PLINT="deprecation" warnings. I have created separate commits for each type of warnings for the ease of review.
>
> `gradle --info -PLINT="deprecation,removal"` -- results in warnings during build without this PR and results in no warnings with this PR.
I'd like a second pair of eyes on this. The changes are very straight-forward, but there are a lot of them and it would be easy to have a copy-paste error and use `snapSizeX` instead of `snapSizeY` or vice versa.
-------------
PR: https://git.openjdk.java.net/jfx/pull/538
More information about the openjfx-dev
mailing list