RFR: 8092379: GridPane should not render extra gaps when entire rows or columns are unmanaged [v4]

John Hendrikx jhendrikx at openjdk.org
Tue Jan 6 07:51:00 UTC 2026


On Mon, 1 Dec 2025 22:36:12 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Yeah, could remove, I just made the change because it was giving a raw type warning.
>
> I turned the raw warnings off, the project has thousands of those...

You can put them on INFO to avoid introducing new problems (and seeing what can be fixed when you are nearby).  Even though raw warnings are usually harmless, there are instances where code thinks the type is X when it is actually Y; fixing raw warnings problems will uncover those.  We should definitely not be using more raw code, as that's basically reverting to Java 1.4 days.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1990#discussion_r2663974372


More information about the openjfx-dev mailing list