> There are some compilation failures noticed in the recently open sourced test > javax/swing/JMenuItem/bug6197830.java. The compilation failures are due to > missing import statements and a missing dependency file MenuItemTest.java. > > Fix: I have added the required import statements and added the code-piece > from MenuItemTest.java as a method getMenuItemTestFrame().
Manukumar V S has updated the pull request incrementally with one additional commit since the last revision: Review comments fixed : Rearranged and reused code by creating a new Helper MenuItemTestHelper.java ------------- Changes: - all: https://git.openjdk.org/jdk/pull/25319/files - new: https://git.openjdk.org/jdk/pull/25319/files/adf3a94d..1f027147 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=25319&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25319&range=00-01 Stats: 710 lines in 5 files changed: 311 ins; 399 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/25319.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/25319/head:pull/25319 PR: https://git.openjdk.org/jdk/pull/25319