RFR: 8340784 : Remove PassFailJFrame constructor with screenshots
Alexey Ivanov
aivanov at openjdk.org
Thu Jan 23 15:22:47 UTC 2025
On Tue, 24 Dec 2024 03:02:51 GMT, anass baya <duke at openjdk.org> wrote:
> Remove PassFailJFrame constructor with screenshots since no test is using it
The feature remains available when using the recommended builder pattern to create an instance of `PassFailJFrame`.
This is to discourage using constructors directly. It's easier to remove the constructor when it's not used at all.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22873#issuecomment-2610095467
More information about the client-libs-dev
mailing list