RFR: 8356145: ListEnterExitTest.java fails on macos [v4]
Abhishek Kumar
abhiscxk at openjdk.org
Wed May 21 12:21:32 UTC 2025
On Wed, 21 May 2025 12:09:30 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comment fix
>
> test/jdk/java/awt/List/ListEnterExitTest.java line 113:
>
>> 111:
>> 112: private class MouseEnterExitListener extends MouseAdapter {
>> 113: public void mouseEntered(MouseEvent e) {
>
> Suggestion:
>
> private class MouseEnterExitListener extends MouseAdapter {
> @Override
> public void mouseEntered(MouseEvent e) {
Updated
> test/jdk/java/awt/List/ListEnterExitTest.java line 118:
>
>> 116: }
>> 117:
>> 118: public void mouseExited(MouseEvent e) {
>
> Suggestion:
>
> @Override
> public void mouseExited(MouseEvent e) {
Updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25299#discussion_r2100143184
PR Review Comment: https://git.openjdk.org/jdk/pull/25299#discussion_r2100143048
More information about the client-libs-dev
mailing list