On Sun, 13 Apr 2025 04:38:46 GMT, Alexander Zuev <kiz...@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

Reply via email to