RFR: 8306652: Open source AWT MenuItem related tests

Andrey Turbanov aturbanov at openjdk.org
Sun Apr 23 19:42:43 UTC 2023


On Fri, 21 Apr 2023 19:23:38 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> This PR is to open source MenuItem AWT tests.

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

> 80:     Menu f = new Menu(s1);
> 81:     Menu m = new Menu(s1);
> 82:     boolean  flag = true;

Suggestion:

    boolean flag = true;

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13589#discussion_r1174633088



More information about the client-libs-dev mailing list