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 151520 - [65cat] java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry
Summary: [65cat] java.util.ConcurrentModificationException at java.util.LinkedHashMap$...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 19:28 UTC by sunbiz
Modified: 2013-09-04 06:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133295


Attachments
stacktrace (42 bytes, text/plain)
2008-10-27 19:28 UTC, sunbiz
Details
Netbeans 7.4-beta stack trace (4.96 KB, text/plain)
2013-09-04 06:07 UTC, oyviste
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-27 19:28:10 UTC
Build: NetBeans IDE Dev (Build 200810240201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments:
sunbiz: Genetering JSF from Entity Classes and got this 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.java.source.usages.RepositoryUpdater$CompileWorker.gatherResourceForParseFilesFromRoot(RepositoryUpdater.java:1700)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.compileFileFromRoots(RepositoryUpdater.java:2711)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.compileWithDeps(RepositoryUpdater.java:2652)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.access$3600(RepositoryUpdater.java:1256)
Comment 1 sunbiz 2008-10-27 19:28:19 UTC
Created attachment 72711 [details]
stacktrace
Comment 2 Rastislav Komara 2009-02-03 10:54:58 UTC
Overtake.
Comment 3 Jan Lahoda 2009-08-20 09:59:34 UTC
Reassigning all moonko's java/source bugs to myself.
Comment 4 Petr Cyhelsky 2012-11-08 12:24:54 UTC
last report is more than 4 years old - doesn't seem to be a problem any more.
Comment 5 oyviste 2013-09-04 06:07:51 UTC
Created attachment 139636 [details]
Netbeans 7.4-beta stack trace

Got attached stacktrace when using Netbeans 7.4-beta for the first time.