RFR: 8150564: Migrate useful ExtendedRobot methods into awt.Robot [v8]
Abhishek Kumar
abhiscxk at openjdk.org
Tue Nov 26 08:33:49 UTC 2024
On Mon, 25 Nov 2024 23:09:35 GMT, Alisen Chung <achung at openjdk.org> wrote:
>> Some useful methods in ExtendedRobot should be migrated into Robot itself so that ExtendedRobot can be removed in the future. The tests using ExtendedRobot for these migrated methods are changed to use only Robot (removing unnecessary building of ExtendedRobot).
>
> Alisen Chung has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 14 commits:
>
> - Merge branch 'master' of https://github.com/openjdk/jdk into 8150564
> - update specification to public default fields, add waitforidle exceptions to specifications
> - add specification to public default fields
> - fix var names in ER
> - update specifications
> - Merge branch 'master' of https://github.com/openjdk/jdk into 8150564
> - merge
> - move mouseMove back to ER
> - extendedRobot
> - Merge branch 'master' of https://github.com/openjdk/jdk into 8150564
> - ... and 4 more: https://git.openjdk.org/jdk/compare/16232578...a8482f56
test/jdk/java/awt/Frame/DecoratedExceptions/DecoratedExceptions.java line 1:
> 1: /*
Expand wild imports here and in other tests wherever applicable.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22044#discussion_r1858028314
More information about the client-libs-dev
mailing list