JDK 11 | JDK 17 | JDK 21 | JDK 23 | JDK 24 | JDK 8 |
---|---|---|---|---|---|
11.0.26-oracleFixed | 17.0.14-oracleFixed | 21.0.6-oracleFixed | 23.0.2Fixed | 24 b17Fixed | 8u441Fixed |
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The java/awt/event/KeyEvent/FunctionKeyTest.java test can be improved: The class FunctionKeyTester should be moved into FunctionKeyTest; The constants in switch statement 403, 404 should be replaced with KEY_PRESSED and KEY_RELEASED which are more descriptive; The `failures` field is of type StringBuilder which is not thread-safe, but it's accessed from two threads.
|