RFR: 8306652: Open source AWT MenuItem related tests [v4]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Apr 26 03:56:23 UTC 2023


On Tue, 25 Apr 2023 18:05:22 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> This PR is to open source MenuItem AWT tests.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Frame title set

Marked as reviewed by psadhukhan (Reviewer).

test/jdk/java/awt/MenuItem/MenuSetLabelTest.java line 90:

> 88:             m.add(new MenuItem(s3));
> 89:         for (int i=0;i<10;i++)
> 90:             f.add(new MenuItem(s3));

please add a space before and after operator as in i = 0 for all these

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

PR Review: https://git.openjdk.org/jdk/pull/13589#pullrequestreview-1401106598
PR Review Comment: https://git.openjdk.org/jdk/pull/13589#discussion_r1177303322



More information about the client-libs-dev mailing list