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 29066 - don't swallow exceptions during settings converting
Summary: don't swallow exceptions during settings converting
Status: VERIFIED DUPLICATE of bug 28990
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-27 17:43 UTC by Ondrej Rypacek
Modified: 2008-12-22 23:42 UTC (History)
2 users (show)

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 Ondrej Rypacek 2002-11-27 17:43:55 UTC
When settings are being converted to XML and an
exception occurrs (because convertor is missing),
no message is shown, it just fails and the
converted object does not appear in the context.
P2 <= it is very difficult do track down the cause
of the problem, must trace through the code in
debugger & it should be very easy to fix.
Comment 1 Vitezslav Stejskal 2002-11-27 17:56:46 UTC
The exception seems to be swallowed by ErrorManager. I call
ErrorManager.getDefault().notify(e) and nothing appears on screen, in
log, nowhere.
Comment 2 David Konecny 2002-11-28 09:45:12 UTC

*** This issue has been marked as a duplicate of 28990 ***
Comment 3 Ondrej Rypacek 2003-07-08 14:45:56 UTC
ok