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 173247 - 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 10:48 UTC by Alexandr Scherbatiy
Modified: 2009-09-29 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159213


Attachments
stacktrace (6.65 KB, text/plain)
2009-09-29 10:48 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 10:48:22 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

User Comments:
sunflower: Creating a JavaFX project throws the Exception.



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.fileLocked(FilesystemInterceptor.java:243)
        at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$9.run(ProvidedExtensionsProxy.java:232)
Comment 1 Alexandr Scherbatiy 2009-09-29 10:48:26 UTC
Created attachment 88493 [details]
stacktrace
Comment 2 Tomas Stupka 2009-09-29 10:58:07 UTC

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