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

Summary: AssertionError at org.openide.loaders.FolderList.getChildrenList
Product: platform Reporter: Kenneth Ganfield <kganfield>
Component: Data SystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jglick
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165925
Attachments: stacktrace

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 ***