On Tue, 15 Apr 2025 11:02:39 GMT, Tejesh R <t...@openjdk.org> wrote: >> Open source these AWT TextComponent tests: >> >> java/awt/TextComponent/SelectionAndCaretColor/SelectionAndCaretColor.java >> java/awt/TextComponent/SelectionTest/SelectionTest.java >> java/awt/TextComponent/CorrectTextComponentSelectionTest/CorrectTextComponentSelectionTest.java >> java/awt/TextComponent/AltPlusNumberKeyCombinationsTest/AltPlusNumberKeyCombinationsTest.java > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > Updated review comments
Marked as reviewed by jdv (Reviewer). test/jdk/java/awt/TextComponent/AltPlusNumberKeyCombinationsTest.java line 65: > 63: > 64: public static Frame initialize() { > 65: Frame f; Declaration and initialization can de done at same place. ------------- PR Review: https://git.openjdk.org/jdk/pull/24477#pullrequestreview-2768066004 PR Review Comment: https://git.openjdk.org/jdk/pull/24477#discussion_r2044413103