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 1867

Summary: SerDataNode prints IO EXCEPT and CNF EXCEPT without explanation to log.
Product: java Reporter: Jesse Glick <jglick>
Component: UnsupportedAssignee: Svata Dedic <sdedic>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 1999-05-18 21:44:23 UTC
[old problem]
The serialized-object class loader, when resolving its icons, tries to load the serialized object, and see if its class is executable or not. If there is an error deserializing, it displays an error n
ode, as it should. However, it also prints one of two (cryptic!) messages to standard output. Rather, it should display the error node, and also create a subnode describing the reason why it is in err
or, similar to the parse error node for SourceChildren atd.

[newer]
OK, so it no longer prints to stderr--it dsplays an exception, but the exception just gives the name of the object without explanation. The real error is still dumped to console. Bad UI.
Comment 1 David Simonek 2000-09-04 17:17:59 UTC
asiggning 2u, our java & clazz loader guru :-)
(may be even fixed by you earlier, I don't know)
Comment 2 Svata Dedic 2001-04-09 16:54:36 UTC
Should work in 3.2 & dev - the relevant change(s) were made beacuse of request 
placed on compiled (not serialized) objects, but should work for .sers as well.
Comment 3 Jan Becicka 2001-05-03 10:34:14 UTC
[010502_1] Verified
Comment 4 Quality Engineering 2003-06-30 16:44:02 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.