On Mon, 1 Dec 2025 22:36:12 GMT, Andy Goryachev <[email protected]> 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
