Details
-
Bug
-
Resolution: Unresolved
-
P4
-
20
-
b12
Description
PassFailJFrame.syncLocationToWindowManager uses Thread.sleep to delay execution and catches InterruptedException which resets Thread.isInterrupted status. Since the method does nothing else to interrupt thread execution, it should call Thread.interrupt() to restore the flag.
Attachments
Issue Links
- relates to
-
JDK-8290469 Add new positioning options to PassFailJFrame test framework
- Resolved