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

Summary: Deserializing DataObject with deleted primary file throws exception
Product: platform Reporter: Mike Schilling <mschilling>
Component: -- Other --Assignee: akemr <akemr>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.