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 16853 - Get rid of IOException
Summary: Get rid of IOException
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on: 16854
Blocks:
  Show dependency tree
 
Reported: 2001-10-23 13:24 UTC by Jaroslav Tulach
Modified: 2008-12-22 20:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2001-10-23 13:24:07 UTC
And replace it with ErrorManager.annotate
Comment 1 Jan Chalupa 2001-11-27 13:04:21 UTC
Target milestone -> 3.3.1.
Comment 2 Jaroslav Tulach 2002-01-17 13:53:10 UTC
And change the code to use ErrorManager.getDefault ()

Comment 3 Marek Grummich 2002-07-22 11:29:41 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 11:31:43 UTC
Set target milestone to TBD
Comment 5 rmatous 2002-07-23 12:27:37 UTC
If I understand the problem, then there was intended to annotate
exceptions fired from FileSystem with severity USER or WARNING, to
prevent from presenting stacktraces after call of notify. Already done
in FSException impl.
Comment 6 Marian Mirilovic 2003-11-25 17:30:48 UTC
verified