RFR: 8315834: Open source several Swing JSpinner related tests

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Sep 13 07:30:40 UTC 2023


On Wed, 13 Sep 2023 07:22:52 GMT, Tejesh R <tr at openjdk.org> wrote:

>> test/jdk/javax/swing/JSpinner/bug4522737.java line 51:
>> 
>>> 49:                 objectOutputStream = new ObjectOutputStream(byteArrayOutputStream);
>>> 50:                 objectOutputStream.writeObject(originalComponent);
>>> 51:             } catch (Throwable e) {
>> 
>> You can remove this try-catch block and let original exception propagate
>
> The test can be headless right? Not necessary to be headful?

yes

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15678#discussion_r1324091300


More information about the client-libs-dev mailing list