-
Bug
-
Resolution: Unresolved
-
P5
-
21
The java/awt/Focus/RowToleranceTransitivityTest.java test uses an AtomicBoolean to pass value between EDT and main thread.
At the same time, the test uses synchronized blocks on the instance of AtomicBoolean.
Then the test adds a global focus listener to ComboBox, and it may add it again in `setFocusOn`.
Overall, the test could be simplified.
At the same time, the test uses synchronized blocks on the instance of AtomicBoolean.
Then the test adds a global focus listener to ComboBox, and it may add it again in `setFocusOn`.
Overall, the test could be simplified.
- relates to
-
JDK-8305942 Open source several AWT Focus related tests
-
- Resolved
-