This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 128592

Summary: 'NotSerializableException: javax.swing.plaf.synth.SynthComboBoxUI' in log opening form in IDE under GTK L&F
Product: guibuilder Reporter: Jesse Glick <jglick>
Component: CodeAssignee: issues@guibuilder <issues>
Status: REOPENED ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file

Description Jesse Glick 2008-02-27 17:06:38 UTC
After running cdbac97f5ef8 under JDK 6 on a fresh userdir and opening a form file from apisupport, I see some exceptions
on console.
Comment 1 Jesse Glick 2008-02-27 17:07:14 UTC
Created attachment 57373 [details]
Log file
Comment 2 Jan Stola 2008-03-05 14:42:57 UTC
These exceptions should be harmless. They occur when some object from a form model is cloned (to be displayed in the 
view). Some objects claim to be Serializable, but they are not (like this one). We do not clone such objects if we 
encounter this problem.
Comment 3 Jesse Glick 2008-03-05 15:54:57 UTC
Fine, but can you please turn off the exception logging? If there is truly no problem at all, then log nothing; if there
is a potential problem, probably the stack trace is not helpful, so just log a single-line warning?