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 187079 - AssertionError at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.removeChild
Summary: AssertionError at org.netbeans.modules.masterfs.filebasedfs.children.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: 184854
Blocks:
  Show dependency tree
 
Reported: 2010-06-02 09:11 UTC by Marek Fukala
Modified: 2010-06-04 10:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169708


Attachments
stacktrace (5.56 KB, text/plain)
2010-06-02 09:11 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2010-06-02 09:11:35 UTC
Build: NetBeans IDE Dev (Build 100531-d96dba1812f1)
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

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.removeChild(ChildrenSupport.java:125)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.rescanChildren(ChildrenSupport.java:234)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.refresh(ChildrenSupport.java:162)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$FolderChildrenCache.refresh(FolderObj.java:564)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:353)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:680)
Comment 1 Marek Fukala 2010-06-02 09:11:40 UTC
Created attachment 99749 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-06-04 10:15:01 UTC

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