Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6768387
Votes 0
Synopsis REGRESSION: JTable no longer serializable
Category java:classes_swing
Reported Against
Release Fixed 6u12(b02)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs 6595814
Submit Date 06-NOV-2008
Description
Instances of JTable that use DefaultTableCellRenderer are no longer serializable as of 6u10. The reason is the new field DefaultTableCellHeaderRenderer.emptyIcon, which is set to an instance of the private inner class EmptyIcon. EmptyIcon is not serializable.

This problem was found by a user who returns objects of type JPanel from JMX methods in their application. Invoking the method from JConsole causes the panel to be displayed in a JConsole dialog when the method is invoked. That doesn't work any more if the JPanel contains a JTable.
Posted Date : 2008-11-06 14:47:40.0
Work Around
N/A
Evaluation
This is a regression of #6595814
EmptyIcon should be made serializable
Posted Date : 2008-11-10 18:36:37.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang