On Wed, 16 Mar 2022 06:31:52 GMT, Manukumar V S <m...@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