RFR: JDK-8297412: Remove easy warnings in javafx.fxml, javafx.media, javafx.swing, javafx.swt and javafx.web

John Hendrikx jhendrikx at openjdk.org
Tue Nov 22 16:49:54 UTC 2022


On Tue, 22 Nov 2022 15:09:30 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> I just noticed that this touches files under `javafx.web/src/main/native`. This will cause extra work for us, since we keep all of the files under `javafx.web/src/main/native` in sync across release families (and we will definitely not backport this entire fix). I need some time to think about this, but it might be better to do these Java files in a separate PR.

I wasn't aware of special treatment of those files, I've reverted them so they can be done in another PR.

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

PR: https://git.openjdk.org/jfx/pull/958


More information about the openjfx-dev mailing list