RFR: 8150564: Migrate useful ExtendedRobot methods into awt.Robot [v20]

Harshitha Onkar honkar at openjdk.org
Tue Jun 17 17:03:48 UTC 2025


On Fri, 13 Jun 2025 00:40:30 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 incrementally with two additional commits since the last revision:
> 
>  - update tests, remove extended robot from some tests
>  - update tests

test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDModelessTest.java line 36:

> 34:  *
> 35:  * @library ../helpers /lib/client/
> 36:  * @library /test/lib

Same here /lib/client is no longer required.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22044#discussion_r2152755206


More information about the client-libs-dev mailing list