RFR: 8354451: Open source some more Swing popup menu tests [v2]
Andrey Turbanov
aturbanov at openjdk.org
Wed Apr 16 08:15:44 UTC 2025
On Tue, 15 Apr 2025 22:45:04 GMT, Phil Race <prr at openjdk.org> wrote:
>> Open source some more Swing menu tests
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>
> 8354451
test/jdk/javax/swing/JPopupMenu/bug4234793.java line 97:
> 95: }
> 96:
> 97: private static String[] numData = {
Suggestion:
private static String[] numData = {
test/jdk/javax/swing/JPopupMenu/bug4234793.java line 101:
> 99: };
> 100:
> 101: private static String[] dayData = {
Suggestion:
private static String[] dayData = {
test/jdk/javax/swing/JPopupMenu/bug4234793.java line 105:
> 103: };
> 104:
> 105: private static char[] mnDayData = {
Suggestion:
private static char[] mnDayData = {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24636#discussion_r2046356964
PR Review Comment: https://git.openjdk.org/jdk/pull/24636#discussion_r2046357163
PR Review Comment: https://git.openjdk.org/jdk/pull/24636#discussion_r2046357321
More information about the client-libs-dev
mailing list