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 11919 - Deserializing DataObject with deleted primary file throws exception
Summary: Deserializing DataObject with deleted primary file throws exception
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-03 18:48 UTC by Mike Schilling
Modified: 2008-12-22 22:51 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 Mike Schilling 2001-05-03 18:48:17 UTC
This is a change from earlier behavior, caused by the fix to 11141 (version 1.55 
of DataObject.java).

Suppose an object serializes a reference to a DataObject, and then the 
prmary file for the DataObject is deleted.  It is now impossible to deserialize 
that object, since an exception during deserialization is not in 
general recoverable.

See the discussion at http://www.netbeans.org/www-nbdev/msg06398.html for more 
details.
Comment 1 akemr 2001-05-04 13:43:06 UTC
Fixed in main trunk.
Comment 2 Quality Engineering 2003-07-01 16:16:11 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.