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 173255 - java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHa...
Status: RESOLVED DUPLICATE of bug 173231
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 11:54 UTC by Alexandr Scherbatiy
Modified: 2009-09-30 10:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159220


Attachments
stacktrace (2.41 KB, text/plain)
2009-09-29 11:54 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2009-09-29 11:54:37 UTC
Build: NetBeans IDE 6.8 Beta (Build 200909281634)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP, 5.1, x86

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:285)
        at org.netbeans.modules.versioning.FilesystemInterceptor.getAttribute(FilesystemInterceptor.java:117)
        at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$11.run(ProvidedExtensionsProxy.java:261)
Comment 1 Alexandr Scherbatiy 2009-09-29 11:54:42 UTC
Created attachment 88506 [details]
stacktrace
Comment 2 Tomas Stupka 2009-09-30 10:43:30 UTC

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