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 - SerDataNode prints IO EXCEPT and CNF EXCEPT without explanation to log.
Summary: SerDataNode prints IO EXCEPT and CNF EXCEPT without explanation to log.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-18 21:44 UTC by Jesse Glick
Modified: 2003-06-30 16:44 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 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.