RFR: 6441373: Editing JTable is not Serializable
Alexander Zuev
kizune at openjdk.org
Thu Dec 4 10:04:03 UTC 2025
On Thu, 4 Dec 2025 01:54:32 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> test/jdk/javax/swing/JTable/EditingJTableNotSerializable.java line 65:
>>
>>> 63: tce.stopCellEditing();
>>> 64: System.out.println("Serializing non-editing JTable");
>>> 65: serialize(jt);
>>
>> Can you please add the code that tries to deserialize the new object from the serialized form? Just to be sure that there is nothing that will be broken in the process of serialization.
>
> The test does that too deserialize after serialize in `serialize` method...actually the method is a misnomer but I kept it as it is from reproducer..
Ah, ok, i missed that instruction. Looks good then.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28627#discussion_r2588346879
More information about the client-libs-dev
mailing list