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

Summary: Get rid of IOException
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 16854    
Bug Blocks:    

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