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 254686 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-25 08:35 UTC by Exceptions Reporter
Modified: 2015-08-26 01:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219405


Attachments
stacktrace (4.78 KB, text/plain)
2015-08-25 08:35 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-25 08:35:52 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: OpenJDK Client VM, 24.79-b02, OpenJDK Runtime Environment, 1.7.0_79-b14
OS: Linux

User Comments:
GUEST: Code Assistence




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:922)
   at java.util.HashMap$ValueIterator.next(HashMap.java:950)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher.dispatchAll(CsmEventDispatcher.java:355)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher.processEvent(CsmEventDispatcher.java:276)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher.access$600(CsmEventDispatcher.java:86)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher$Worker.run(CsmEventDispatcher.java:216)
Comment 1 Exceptions Reporter 2015-08-25 08:35:54 UTC
Created attachment 155604 [details]
stacktrace
Comment 2 Alexander Simon 2015-08-25 08:42:50 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/a047710bd0d5
Comment 3 Quality Engineering 2015-08-26 01:23:24 UTC
Integrated into 'main-silver', will be available in build *201508260002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a047710bd0d5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #254686 java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry