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 - 'NotSerializableException: javax.swing.plaf.synth.SynthComboBoxUI' in log opening form in IDE under GTK L&F
Summary: 'NotSerializableException: javax.swing.plaf.synth.SynthComboBoxUI' in log ope...
Status: REOPENED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 17:06 UTC by Jesse Glick
Modified: 2008-04-30 10:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (39.82 KB, text/plain)
2008-02-27 17:07 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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?