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 181479 - AssertionError at org.openide.loaders.FolderList.getChildrenList
Summary: AssertionError at org.openide.loaders.FolderList.getChildrenList
Status: RESOLVED DUPLICATE of bug 181460
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 08:13 UTC by Kenneth Ganfield
Modified: 2010-03-03 10:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165925


Attachments
stacktrace (5.24 KB, text/plain)
2010-03-03 08:13 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2010-03-03 08:13:33 UTC
Build: NetBeans IDE Dev (Build 201003020200)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
kganfield: opening New Action wizard in Maven platform application project




Stacktrace: 
java.lang.AssertionError
   at org.openide.loaders.FolderList.getChildrenList(FolderList.java:277)
   at org.openide.loaders.FolderList.getChildren(FolderList.java:256)
   at org.openide.loaders.DataFolder.getChildren(DataFolder.java:279)
   at org.netbeans.modules.apisupport.project.ui.wizard.action.GUIRegistrationPanel.getFolders(GUIRegistrationPanel.java:948)
   at org.netbeans.modules.apisupport.project.ui.wizard.action.GUIRegistrationPanel.getFolders(GUIRegistrationPanel.java:952)
   at org.netbeans.modules.apisupport.project.ui.wizard.action.GUIRegistrationPanel.getFolders(GUIRegistrationPanel.java:952)
Comment 1 Kenneth Ganfield 2010-03-03 08:13:42 UTC
Created attachment 94722 [details]
stacktrace
Comment 2 Jesse Glick 2010-03-03 10:35:12 UTC

*** This bug has been marked as a duplicate of bug 181460 ***