On Mon, 20 Apr 2026 12:40:38 GMT, Alexey Ivanov <[email protected]> wrote:
>> Jeremy Wood has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Apply suggestion from @aivanov-jdk >> >> Co-authored-by: Alexey Ivanov <[email protected]> > > test/jdk/javax/swing/JDesktopPane/TestDesktopManagerNPE.java line 44: > >> 42: import javax.swing.JMenuBar; >> 43: import javax.swing.KeyStroke; >> 44: import javax.swing.SwingUtilities; > > Suggestion: > > import javax.swing.JFrame; > import javax.swing.SwingUtilities; > > While you're still editing the file, you may clean up the unused imports… if > you wish. The suggestion doesn't look right: it removes `JMenu`, `JMenuItem`, `JMenuBar` and `KeyStroke` from the list of imports. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30783#discussion_r3110699714
