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 5723 - In Explorer, select all classes in a package when one class is open in editor. Press Delete. FileNotFoundException is thrown.
Summary: In Explorer, select all classes in a package when one class is open in editor...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-11 22:06 UTC by _ tboudreau
Modified: 2008-12-23 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2000-02-11 22:06:48 UTC
java.io.FileNotFoundException: D:/Projects/test/ServletTest.java (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:64)
        at java.io.FileInputStream.<init>(FileInputStream.java:95)
        at org.openide.filesystems.LocalFileSystem.inputStream(LocalFileSystem.java:372)
        at org.openide.filesystems.AbstractFileObject.getInputStream(AbstractFileObject.java:163)
        at org.openide.text.EditorSupport.loadDocument(EditorSupport.java:671)
        at org.openide.text.EditorSupport.access$4(EditorSupport.java:667)
        at org.openide.text.EditorSupport$3.run(EditorSupport.java:303)
        at org.openide.util.Task.run(Task.java:123)
        at org.openide.text.EditorSupport$4.run(EditorSupport.java:324)
        at org.openide.util.Task.run(Task.java:123)
        at java.lang.Thread.run(Thread.java:484)
Comment 1 Marek Grummich 2000-07-25 09:22:59 UTC
Priority is changed to P4 (normal).
Comment 2 Marian Mirilovic 2002-05-09 10:19:38 UTC
It works fine now,
verified, closed.
Comment 3 Quality Engineering 2003-07-02 17:20:17 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.