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 250565 - IllegalArgumentException: Not a DataFolder: C:\Users\Lu\Documents\NetBeansPlatform\main\nbbuild\netbeans\extra\jython-2.5.1\Lib\test\$test@b49bf89d:1b6a728 (was a org.openide.loaders.DefaultDataObject
Summary: IllegalArgumentException: Not a DataFolder: C:\Users\Lu\Documents\NetBeansPla...
Status: RESOLVED WONTFIX
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 8.1
Hardware: All All
: P4 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 08:09 UTC by Lou Dasaro
Modified: 2015-11-27 20:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215544


Attachments
stacktrace (3.13 KB, text/plain)
2015-02-20 08:10 UTC, Lou Dasaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2015-02-20 08:09:59 UTC
Build: NetBeans IDE Dev (Build 20150216-f3a54522ad19)
VM: Java HotSpot(TM) Client VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 8

User Comments:
mr_lou_d: Python Regression Test




Stacktrace: 
java.lang.IllegalArgumentException: Not a DataFolder: C:\Users\Lu\Documents\NetBeansPlatform\main\nbbuild\netbeans\extra\jython-2.5.1\Lib\test\$test@b49bf89d:1b6a728 (was a org.openide.loaders.DefaultDataObject) (file is folder? false)
   at org.openide.loaders.DataFolder.findFolder(DataFolder.java:545)
   at org.netbeans.modules.python.project.ui.PackageViewChildren.createNodes(PackageViewChildren.java:164)
   at org.netbeans.modules.python.project.ui.PackageViewChildren.createNodes(PackageViewChildren.java:126)
   at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1662)
   at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:149)
   at org.openide.nodes.EntrySupportDefault$Info.nodes(EntrySupportDefault.java:805)
Comment 1 Lou Dasaro 2015-02-20 08:10:00 UTC
Created attachment 152106 [details]
stacktrace
Comment 2 Lou Dasaro 2015-02-20 08:24:00 UTC
This appears to be a flaw in the test, whereby the test attempts to create/reference a directory(folder) named "$test@b49bf89d:1b6a728", which is an invalid name (at least, on Windows platforms). More investigation required...
Comment 3 Lou Dasaro 2015-11-27 20:36:41 UTC
I am closing this as WONTFIX, because I couldn't duplicate the error with Jython 2.7 or Python 2.7. Open a new ticket if it recurs with one of those. Thank you.