JDK 11 | JDK 17 | JDK 21 | JDK 24 | JDK 25 | JDK 8 |
---|---|---|---|---|---|
11.0.28-oracleFixed | 17.0.16-oracleFixed | 21.0.8-oracleFixed | 24.0.2Fixed | 25 b08Fixed | 8u461Fixed |
Relates :
|
|
Relates :
|
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.
|