RFR: JDK-8297332: Remove easy warnings in javafx.base
John Hendrikx
jhendrikx at openjdk.org
Mon Nov 21 23:01:24 UTC 2022
On Mon, 21 Nov 2022 15:24:24 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> One other quick comment: since you are removing some suppress warnings for "removal", I'd like to see the results of a build and test with `gradle -PLINT=removal` to ensure that there are no new warnings.
I've run this locally, and there were no warnings. To be sure it worked, I also tried with `-Plint=rawtypes` which produced hundreds of warnings.
-------------
PR: https://git.openjdk.org/jfx/pull/957
More information about the openjfx-dev
mailing list