On Thu, 4 Dec 2025 01:54:32 GMT, Prasanta Sadhukhan <[email protected]> 
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

Reply via email to