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 173284

Summary: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry
Product: versioncontrol Reporter: Andrei Chistiakov <ca-nb>
Component: CodeAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=159239
Issue Type: DEFECT Exception Reporter: 159239
Attachments: stacktrace

Description Andrei Chistiakov 2009-09-29 15:22:46 UTC
Build: NetBeans IDE 6.8 Beta (Build 200909281634)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
ca: - minimized/maximized IDE



Stacktrace: 
java.util.ConcurrentModificationException
        at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373)
        at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:384)
        at org.netbeans.modules.versioning.VersioningManager.getLocalHistory(VersioningManager.java:304)
        at org.netbeans.modules.versioning.FilesystemInterceptor.getInterceptor(FilesystemInterceptor.java:253)
        at org.netbeans.modules.versioning.FilesystemInterceptor.fileDeleted(FilesystemInterceptor.java:164)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:145)
Comment 1 Andrei Chistiakov 2009-09-29 15:22:56 UTC
Created attachment 88524 [details]
stacktrace
Comment 2 Tomas Stupka 2009-09-29 15:30:12 UTC

*** This issue has been marked as a duplicate of 173231 ***