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 213799 - AssertionError at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.computeChildren
Summary: AssertionError at org.netbeans.modules.masterfs.filebasedfs.fileobjects.Folde...
Status: RESOLVED DUPLICATE of bug 203555
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-08 08:19 UTC by Exceptions Reporter
Modified: 2012-06-11 14:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189207


Attachments
stacktrace (5.39 KB, text/plain)
2012-06-08 08:19 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-08 08:19:09 UTC
This bug was originally marked as duplicate of bug 203555, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

User Comments:
GUEST: Deleting a folder under SVN.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.computeChildren(FolderObj.java:196)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.noFolderListeners(FolderObj.java:139)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.removeFileChangeListener(BaseFileObj.java:507)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.listenTo(FileObjectKeeper.java:178)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.fileDeleted(FileObjectKeeper.java:303)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:148)
Comment 1 Exceptions Reporter 2012-06-08 08:19:16 UTC
Created attachment 120540 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-06-11 14:08:40 UTC

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