Clean up and open source two more tests related to KeyEvent mechanics.
-
Commit messages:
- Correct library path.
- 8354106: Clean up and open source KeyEvent related tests (Part 2)
Changes: https://git.openjdk.org/jdk/pull/24610/files
Webrev: https://webrevs.openjdk.org/?repo=jd
Clean up and open source three tests related to the KeyEvent mechanics.
-
Commit messages:
- 8353655: Clean up and open source KeyEvent related tests (Part 1)
Changes: https://git.openjdk.org/jdk/pull/24609/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24609&range=00
Is
On Wed, 26 Mar 2025 01:49:31 GMT, Sergey Bylokhov wrote:
> Prevailing JDK coding practices use @throws rather than @exception.
> Refactored javadoc in client code to follow this convention, similar requests
> in the past https://github.com/openjdk/jdk/pull/7675 and
> https://github.com/openjdk/