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 5792 - Right click on serialized bean file and choose Customize Bean and exception is thrown:
Summary: Right click on serialized bean file and choose Customize Bean and exception i...
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-17 01:26 UTC by _ tboudreau
Modified: 2008-12-23 11:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2000-02-17 01:26:58 UTC
java.io.InvalidClassException: javax.swing.JButton; Local class not compatible: stream classdesc serialVersionUID=1118391897404409496 local class serialVersionUID=-1907255238954382202
        at java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523)
        at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567)

        at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:936)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
        at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:940)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
        at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
        at java.beans.Beans.instantiate(Beans.java:168)
        at java.beans.Beans.instantiate(Beans.java:51)
        at org.openide.loaders.InstanceSupport.instanceCreate(InstanceSupport.java:153)
        at org.openide.actions.CustomizeBeanAction.customize(CustomizeBeanAction.java:129)
        at org.openide.actions.CustomizeBeanAction$1.run(CustomizeBeanAction.java:51)
        at org.openide.util.Task.run(Task.java:123)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:559)
Comment 1 Marek Grummich 2000-07-25 09:23:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 16:49:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify
Comment 3 Quality Engineering 2003-07-02 17:18:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.