RFR: 8316388: Opensource five Swing component related regression tests [v2]
Phil Race
prr at openjdk.org
Tue Mar 12 20:13:15 UTC 2024
On Mon, 11 Mar 2024 11:53:14 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Bumped copyright year of the affected tests
>> Minor changes based on the review comments
>
> test/jdk/javax/swing/JEditorPane/4325606/bug4325606.java line 83:
>
>> 81: robo.setAutoDelay(100);
>> 82: robo.delay(1000);
>> 83: robo.mouseMove(100,100);
>
> Suggestion:
>
> robo.mouseMove(100, 100);
Whilst it is fine to use setLocation(int, int), I do agree that assuming it will be precisely honoured is risky.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18184#discussion_r1522054869
More information about the client-libs-dev
mailing list