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 25041

Summary: Better use of ErrorManager
Product: utilities Reporter: Jesse Glick <jglick>
Component: URLAssignee: issues@utilities <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Suggested patch

Description Jesse Glick 2002-06-21 17:26:08 UTC
The attached patch corrects a few misc.
deprecations, and most importantly uses
ErrorManager to deal with some problems from bad
URL files. Otherwise the original stack traces of
nested exceptions can be swallowed and not appear
in the log file.
Comment 1 Jesse Glick 2002-06-21 17:27:13 UTC
Created attachment 6377 [details]
Suggested patch
Comment 2 _ lkramolis 2002-07-08 11:11:59 UTC
Integrated, thanks.