RFR: 8354106: Clean up and open source KeyEvent related tests (Part 2)
Abhishek Kumar
abhiscxk at openjdk.org
Mon Apr 14 12:50:59 UTC 2025
On Sun, 13 Apr 2025 04:38:46 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> Clean up and open source two more tests related to KeyEvent mechanics.
Marked as reviewed by abhiscxk (Reviewer).
test/jdk/java/awt/event/KeyEvent/KeyTest.java line 26:
> 24: /*
> 25: * @test
> 26: * @bug 4151419, 4090870, 4169733
`Error. Parse Exception: Invalid or unrecognized bugid: 4151419,`
No need of `comma` for multiple bugids
Suggestion:
* @bug 4151419 4090870 4169733
-------------
PR Review: https://git.openjdk.org/jdk/pull/24610#pullrequestreview-2763991085
PR Review Comment: https://git.openjdk.org/jdk/pull/24610#discussion_r2041932975
More information about the client-libs-dev
mailing list