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 15440 - IOException during deserialization of OutputTabTerm
Summary: IOException during deserialization of OutputTabTerm
Status: CLOSED DUPLICATE of bug 15703
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-13 12:46 UTC by anovak
Modified: 2008-12-23 08:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the exceptions (6.03 KB, text/plain)
2001-09-13 12:48 UTC, anovak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anovak 2001-09-13 12:46:14 UTC
An IOException is thrown when a non stdout OutputTabTerm is deserialized. In
such a case OutputTabTerm$Replace.readResolve returns null, which causes that
XMLSettingsSupport falls back into an attempt to create OutputTabTerm through
public default constructor, which is not present.

Steps how to reproduce (likely):
Start the ide, compile/exec some class, shutdown and start again.
Comment 1 anovak 2001-09-13 12:48:12 UTC
Created attachment 2528 [details]
the exceptions
Comment 2 akemr 2001-09-21 13:17:45 UTC

*** This issue has been marked as a duplicate of 15703 ***
Comment 3 Quality Engineering 2003-07-01 16:03:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 4 Quality Engineering 2003-07-01 16:40:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2008-12-23 08:22:52 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.