RFR: 8281745: Create a regression test for JDK-4514331 [v4]

Manukumar V S mvs at openjdk.java.net
Sat Feb 19 07:55:26 UTC 2022


> Create a regression test for JDK-4514331.
> It checks whether pressing 'Tab' key always shift focus to next component, even though the current focus is in JTextArea and some text is already selected.
> 
> Testing:
> I have verified this test with JDK 1.3.1 and JDK 1.4.1 .
> The issue is reproducible with JDK 1.3.1 and the test failed there, where the bug was originally reported and the test passed in JDK 1.4.1 where the issue was fixed.
> I have tested it in Linux, Mac and Windows platforms and it passed everywhere.

Manukumar V S has updated the pull request incrementally with one additional commit since the last revision:

  Review comments fixed: A CountDownLatch used instead of polling loop, frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE)

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7469/files
  - new: https://git.openjdk.java.net/jdk/pull/7469/files/7fef236c..0f6f205f

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7469&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7469&range=02-03

  Stats: 36 lines in 1 file changed: 15 ins; 11 del; 10 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7469.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7469/head:pull/7469

PR: https://git.openjdk.java.net/jdk/pull/7469



More information about the client-libs-dev mailing list