On Tue, 4 Feb 2025 19:58:37 GMT, Andy Goryachev <[email protected]> wrote:
>> Michael Strauß has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> add "maximized" pseudo-class for custom maximize button
>
> modules/javafx.base/src/test/java/test/util/ReflectionUtils.java line 41:
>
>> 39: * The field can be declared on any of the object's inherited
>> classes.
>> 40: */
>> 41: @SuppressWarnings("unchecked")
>
> is this annotation still needed (the build gives no warnings when it's
> removed)?
My IDE shows a warning for L58: `Unchecked cast: java.lang.Object to T`.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1955048459