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 31889 - IOE when adding folder as resource
Summary: IOE when adding folder as resource
Status: CLOSED DUPLICATE of bug 31890
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 14:27 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (1.62 KB, text/plain)
2003-03-11 14:28 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-03-11 14:27:07 UTC
IOException was thrown when I added src folder
with sources as Java Resource (pop-up menu on
Resources node -> New Resource -> Java classes).
Comment 1 Milan Kubec 2003-03-11 14:28:03 UTC
Created attachment 9351 [details]
exc stack trace
Comment 2 Marian Mirilovic 2003-03-13 13:42:10 UTC
Changed owner David S. -> David K.
Comment 3 David Konecny 2003-03-18 15:02:55 UTC
The IOE is just wrapping exception. The source of the problem is:

java.util.NoSuchElementException
org.netbeans.modules.filesets.FilterIterator.next(FilterIterator.java:49)
org.netbeans.modules.java.project.JavaSourcesComponent$CPRoot.getRootFolder(JavaSourcesComponent.java:422)
org.netbeans.modules.java.project.JavaSourcesComponent$CPRoot.<init>(JavaSourcesComponent.java:402)
...
Comment 4 Tomas Zezula 2003-03-25 17:53:46 UTC

*** This issue has been marked as a duplicate of 31890 ***
Comment 5 Milan Kubec 2003-08-28 15:32:32 UTC
Verified.
Comment 6 Jan Becicka 2003-11-25 14:18:57 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.