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 7049 - ExplorerManager serialization corrupted
Summary: ExplorerManager serialization corrupted
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 critical (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-13 14:09 UTC by Jaroslav Tulach
Modified: 2008-12-23 10:50 UTC (History)
1 user (show)

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 Jaroslav Tulach 2000-07-13 14:09:19 UTC
Serialiation of ExplorerManager is not backward compatible with its postfcs
version. The manager must be able to read (or at least consume and ignore) the
previous serialization format otherwise we will not be able to read project
files from previous version.
Comment 1 Jesse Glick 2000-07-13 16:08:59 UTC
I changed the serialVersionUID so that it can be made compatible later. But it
will require some effort, hopefully this will make it into the build at some
point but not immediately. The format is substantially different now and not
trivial to convert.
Comment 2 Jesse Glick 2000-07-14 11:12:59 UTC
Jarda says it is now fixed in boston branch; he will merge onto trunk as well.
Lightly tested only.
Comment 3 Marian Mirilovic 2002-10-19 17:32:54 UTC
verified, closed