RFR: 8282937: Write a regression test for JDK-4820080 [v2]

Manukumar V S mvs at openjdk.java.net
Wed Mar 16 10:12:18 UTC 2022


On Wed, 16 Mar 2022 06:31:52 GMT, Manukumar V S <mvs at openjdk.org> wrote:

>> test/jdk/javax/swing/JSplitPane/4820080/JSplitPaneDragColorTest.java line 71:
>> 
>>> 69:         robot.setAutoWaitForIdle(true);
>>> 70:         robot.setAutoDelay(200);
>>> 71:         // Skipping NimbusLookAndFeel & GTKLookAndFeel as both are not supported for this feature - JDK-8075914
>> 
>> Please split the long lines using 80 chars per line.
>> Note that JDK-8075914 is closed so it is unclear why this is unsupported by Nimbus/GTK l&f.
>
> I think the closed bug is JDK-8075608, but JDK-8075914 is still open. But anyway JDK-8075608 was closed as 'Won't Fix', so I think the problem remains.

Fixed the long lines issue.

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

PR: https://git.openjdk.java.net/jdk/pull/7803



More information about the client-libs-dev mailing list