RFR: 8339791: Refactor MiscUndecorated/ActiveAWTWindowTest.java [v3]
Srinivas Mandalika
smandalika at openjdk.org
Fri Sep 5 09:20:38 UTC 2025
On Thu, 4 Sep 2025 16:27:52 GMT, lawrence.andrews <duke at openjdk.org> wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review Feedback: Removed redundant RTEs
>
> test/jdk/java/awt/Frame/MiscUndecorated/ActiveAWTWindowTest.java line 116:
>
>> 114: button = new Button("Click me");
>> 115: button.addActionListener(new ActionListener() {
>> 116: @Override
>
> Can this be converted to lambda
Done
> test/jdk/java/awt/Frame/MiscUndecorated/ActiveAWTWindowTest.java line 136:
>
>> 134: textField2 = new TextField("TextField");
>> 135: button2.addActionListener(new ActionListener() {
>> 136: @Override
>
> Can this be converted to lambda
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26471#discussion_r2324556660
PR Review Comment: https://git.openjdk.org/jdk/pull/26471#discussion_r2324555024
More information about the client-libs-dev
mailing list