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 103215 - FileNotFoundException when delete file being parsed
Summary: FileNotFoundException when delete file being parsed
Status: VERIFIED DUPLICATE of bug 137078
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 10:22 UTC by Jiri Skrivanek
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (2.00 KB, text/plain)
2007-05-03 10:23 UTC, Jiri Skrivanek
Details
Sample html file. (27.86 KB, text/plain)
2007-05-03 10:24 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-05-03 10:22:28 UTC
Warning dialog is opened and java.io.FileNotFoundException is thrown when you
delete a file while it is being parsed in Navigator wondow. I can reporduce it
with HTML file but it is possibly a general issue (see issue 67393). To reproduce:

- create a java project
- create a new HTML file and paste content of attached file to it
- create a new java package
- call copy action on html file
- call paste action on new package node
- select pasted html file and quickly press Delete key and Enter key to delete
the file. When parsing is finished, it opens warning dialog and exception is
thrown to console.

Build 20070502-1317, WindowsXP, JDK1.6.0_02-ea.
Comment 1 Jiri Skrivanek 2007-05-03 10:23:08 UTC
Created attachment 42087 [details]
Stack trace.
Comment 2 Jiri Skrivanek 2007-05-03 10:24:31 UTC
Created attachment 42088 [details]
Sample html file.
Comment 3 Antonin Nebuzelsky 2008-04-17 15:16:01 UTC
Reassigning to new module owner mslama.
Comment 4 mslama 2008-10-27 16:51:45 UTC
Jiri please verify that fix also fixes this case.

*** This issue has been marked as a duplicate of 137078 ***
Comment 5 Jiri Skrivanek 2008-10-29 11:33:22 UTC
Verified.