-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b05
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8309651 | 17.0.9-oracle | Manukumar V S | P4 | Resolved | Fixed | b01 |
JDK-8311028 | 17.0.9 | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8319508 | 11.0.22 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
JDK-8309664 | 11.0.21-oracle | Manukumar V S | P4 | Resolved | Fixed | b01 |
JDK-8309892 | 8u391 | Maheshkumar Bollapragada | P4 | Resolved | Fixed | b01 |
Additionally refactor these method names to reflect the functionality & input parameter type -
addTestFrame() to addTestWindow()
positionTestFrame() to positionTestWindow()
Benefits of the change -
- Since Window is a superclass, this would allow the test frame to be a Window/Frame/Dialog and not be restricted to a Frame.
- Code reusability - no need to have separate methods to manage Frame and Window
- Additionally it would allow proper clean-up of window and its container subclasses which are added to the PassFailJFrame.
- backported by
-
JDK-8309651 Refactoring changes to PassFailJFrame Test Framework
-
- Resolved
-
-
JDK-8309664 Refactoring changes to PassFailJFrame Test Framework
-
- Resolved
-
-
JDK-8309892 Refactoring changes to PassFailJFrame Test Framework
-
- Resolved
-
-
JDK-8311028 Refactoring changes to PassFailJFrame Test Framework
-
- Resolved
-
-
JDK-8319508 Refactoring changes to PassFailJFrame Test Framework
-
- Resolved
-
- relates to
-
JDK-8288444 Remove the workaround for frame.pack() in ModalDialogTest
-
- Resolved
-
-
JDK-8289077 Add manual tests to open
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/92c50625
-
Commit openjdk/jdk17u-dev/8204dfab
-
Commit openjdk/jdk/15efb2bd
-
Review openjdk/jdk11u-dev/2240
-
Review openjdk/jdk17u-dev/1495
-
Review openjdk/jdk/9300