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 157005 - IllegalArgumentException: org.openide.loaders.DataObjectNotFoundException: H:\NetBeans\ORM_Hibernate1\src\org
Summary: IllegalArgumentException: org.openide.loaders.DataObjectNotFoundException: H:...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 12:13 UTC by bbssrr
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133798


Attachments
stacktrace (8.01 KB, text/plain)
2009-01-18 12:13 UTC, bbssrr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bbssrr 2009-01-18 12:13:18 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments:
bbssrr: I copied the hobernate code source files to the project in projects winow source packages. It taken lot of time, after long time they are appearing in files window,Not in projects window. I deleted from Files window.

GUEST: remove and create a folder with the same name into a svn project

GUEST: ctrl+drag and drop folder to make copy of it

bbssrr: I copied the hobernate code source files to the project in projects winow source packages. It taken lot of time, after long time they are appearing in files window,Not in projects window. I deleted from Files window.



Stacktrace: 
java.lang.IllegalArgumentException: org.openide.loaders.DataObjectNotFoundException: H:\NetBeans\ORM_Hibernate1\src\org
        at org.openide.loaders.DataFolder.findFolder(DataFolder.java:538)
        at org.openide.loaders.DataObject.getFolder(DataObject.java:537)
        at org.openide.loaders.DataFolder.testNesting(DataFolder.java:606)
        at org.openide.loaders.DataFolder.handleCopy(DataFolder.java:570)
        at org.openide.loaders.DataObject$2.run(DataObject.java:551)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
Comment 1 bbssrr 2009-01-18 12:13:34 UTC
Created attachment 75948 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-02-06 18:19:48 UTC
I can't reproduce this exception. Please, provide step-by-step description what to do if you are still able to reproduce
the exception.