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 173253 - 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:30 UTC by Andrei Chistiakov
Modified: 2009-09-29 14:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159218


Attachments
stacktrace (5.80 KB, text/plain)
2009-09-29 11:30 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2009-09-29 11:30:38 UTC
Build: NetBeans IDE 6.8 Beta (Build 200909272339)
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: created a new Mobile Application (J2ME)



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.fileDataCreated(FilesystemInterceptor.java:208)
        at org.netbeans.modules.versioning.FilesystemInterceptor.fileFolderCreated(FilesystemInterceptor.java:192)
Comment 1 Andrei Chistiakov 2009-09-29 11:30:42 UTC
Created attachment 88502 [details]
stacktrace
Comment 2 Tomas Stupka 2009-09-29 14:35:02 UTC

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