On Thu, 3 Oct 2024 20:44:56 GMT, Alexander Zuev <[email protected]> wrote:
> Clean up and iopen source five more regression tests related to the > java.awt.Choice component. test/jdk/java/awt/Choice/ChoiceDragEventsInside/ChoiceDragEventsInside.java line 94: > 92: }); > 93: testDragInsideChoice(InputEvent.BUTTON1_MASK); > 94: // > testDragInsideChoiceWhileUnfurled(InputEvent.BUTTON1_MASK); Why is this commented out line present ? Should it be uncommented ? Otherwise why do you have a method definition of this otherwise uncalled method ? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21334#discussion_r1788046954
