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 185800

Summary: [69cat] AssertionError at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.addChild
Product: platform Reporter: ulfzibis <ulfzibis>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ca-nb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169317
Attachments: stacktrace
stacktrace

Description ulfzibis 2010-05-09 17:26:56 UTC
This bug was originally marked as duplicate of bug 161960, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201005050200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
ulfzibis: Renamed additional source path folder from files menu




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.addChild(ChildrenSupport.java:125)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.rescanChildren(ChildrenSupport.java:233)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.getChildren(ChildrenSupport.java:82)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$FolderChildrenCache.getChildren(FolderObj.java:551)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getChildren(FolderObj.java:131)
   at org.netbeans.spi.java.project.support.ui.PackageViewChildren.toBeRemoved(PackageViewChildren.java:514)
Comment 1 ulfzibis 2010-05-09 17:27:00 UTC
Created attachment 98686 [details]
stacktrace
Comment 2 Andrei Chistiakov 2010-05-11 15:16:21 UTC
Created attachment 98782 [details]
stacktrace

tried to remane MobileApplication project
Comment 3 Jaroslav Tulach 2010-05-12 07:51:21 UTC

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