RFR: 8296554: MouseLocationOnScreenTest sometime fails when system is busy [v4]
Andy Goryachev
angorya at openjdk.org
Wed Apr 16 20:28:47 UTC 2025
On Wed, 16 Apr 2025 17:07:09 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Gopal Pattnaik has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Addressed Review comments
>
> tests/system/src/test/java/test/robot/javafx/scene/MouseLocationOnScreenTest.java line 122:
>
>> 120: */
>> 121: static void validate(Robot robot, int x, int y) {
>> 122: Boolean equalValue = false;
>
> There is no need to box the primitive in a `Boolean` object here:
>
> `Boolean` --> `boolean`
`eagle-eye.png`!
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1772#discussion_r2047694155
More information about the openjfx-dev
mailing list