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 - [69cat] AssertionError at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.addChild
Summary: [69cat] AssertionError at org.netbeans.modules.masterfs.filebasedfs.children....
Status: RESOLVED DUPLICATE of bug 185346
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-09 17:26 UTC by ulfzibis
Modified: 2010-05-12 07:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169317


Attachments
stacktrace (1.65 KB, text/plain)
2010-05-09 17:27 UTC, ulfzibis
Details
stacktrace (2.29 KB, text/plain)
2010-05-11 15:16 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***