RFR: 8353445: Open source several AWT Menu tests - Batch 1 [v5]

Abhishek Kumar abhiscxk at openjdk.org
Tue Apr 22 04:28:40 UTC 2025


On Tue, 22 Apr 2025 03:19:11 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Open source these AWT Menu tests:
>> 
>> java/awt/Menu/MenuVisibilityTest/MenuVisibilityTest.java
>> java/awt/Menu/MenuActionEventTest/MenuActionEventTest.java
>> java/awt/Menu/RmInHideTest/RmInHideTest.java
>> java/awt/Menu/SetShortCutTest/SetShortCutTest.java
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update review comments

test/jdk/java/awt/Menu/MenuActionEventTest.java line 78:

> 76:         }
> 77: 
> 78:         protected void processActionEvent(ActionEvent e) {

I suggest to add `@Override` for all the overridden methods across tests.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24649#discussion_r2053305911


More information about the client-libs-dev mailing list