-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b12
-
b08
The PassFailJFrame constructor which accepts `boolean screenCapture` can be removed. It was added in JDK-8294535 where the screenshot feature was added.
At the same time,JDK-8294535 added Builder class which provides simplified configuration of PassFailJFrame.
I haven't found any usage of the PassFailJFrame which passes the boolean parameter. Remove this constructor in favour using the Builder.
Other constructors are used in tests, they can't be removed unless these tests are refactored.
At the same time,
I haven't found any usage of the PassFailJFrame which passes the boolean parameter. Remove this constructor in favour using the Builder.
Other constructors are used in tests, they can't be removed unless these tests are refactored.
- relates to
-
JDK-8293830 ☂ Redesign Manual Test Framework
-
- Open
-
-
JDK-8294535 Add screen capture functionality to PassFailJFrame
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/50ca4504
-
Review(master) openjdk/jdk24u/46
-
Review(master) openjdk/jdk/22873