RFR: JDK-8297332: Remove easy warnings in javafx.base
Kevin Rushforth
kcr at openjdk.org
Mon Nov 21 22:30:30 UTC 2022
On Mon, 21 Nov 2022 20:34:02 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> I think the Skara tooling might be able to reject PR's with warnings, if not, Gradle can fail builds with warnings (but that's a bit more heavy handed).
Quite the opposite. This would be well beyond Skara to do this (and I would argue against it even if it were feasible), but treating certain categories of warnings as errors at compilation time is quite feasible. The JDK does this.
-------------
PR: https://git.openjdk.org/jfx/pull/957
More information about the openjfx-dev
mailing list