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 38889 - Exception appeared by opening file
Summary: Exception appeared by opening file
Status: RESOLVED DUPLICATE of bug 137078
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 12:18 UTC by pfelenda
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Excpetion (1.63 KB, text/plain)
2004-01-16 12:19 UTC, pfelenda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pfelenda 2004-01-16 12:18:47 UTC
Dev build 200401151900.

Steps to reproduce : 

- select node examples.colorpicker.ColorPicker in
Explorer in IDE
- rename this file externaly (outside IDE)
- double click to ColorPicker node in IDE
(filesystem is not refreshed)

-> Exception appeared
Comment 1 pfelenda 2004-01-16 12:19:35 UTC
Created attachment 12932 [details]
Excpetion
Comment 2 Marian Petras 2004-02-26 11:08:59 UTC
Opening file by double-clicking on a node in the Filesystems Explorer
is not a responsibility of the Utilities module. It only handles
opening file from the menu (File / Open File) and from a command-line.
Comment 3 pzajac 2004-02-26 12:20:19 UTC
reassigned to openide/editor
Comment 4 Petr Nejedly 2004-02-26 13:17:33 UTC
As designed.
Should it dance instead or what?
If you know something better, please open a RFE with required behaviour.
Comment 5 pfelenda 2004-03-22 15:46:50 UTC
It is possible to change name from outside NB. So, there should be
dialog "File was deleted" or something similar, but not the exeption.

If you think the exception is normal user experience with NB, than
I reopening it as enhacement.
Comment 6 Antonin Nebuzelsky 2008-04-17 15:15:44 UTC
Reassigning to new module owner mslama.
Comment 7 mslama 2008-10-17 15:29:31 UTC
I just removed code from CloneableEditorSupport.loadDocument which showed error dialog on IOException. IOException is
thrown to client and client should handle it.

*** This issue has been marked as a duplicate of 137078 ***