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 229956 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED DUPLICATE of bug 229817
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-19 10:35 UTC by Selpi
Modified: 2013-05-27 09:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200693


Attachments
stacktrace (4.61 KB, text/plain)
2013-05-19 10:35 UTC, Selpi
Details
stacktrace (3.64 KB, text/plain)
2013-05-20 00:53 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Selpi 2013-05-19 10:35:15 UTC
Build: NetBeans IDE Dev (Build 201305152300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
GUEST: NetBeans Dev 201305152300 sitting idle.

GUEST: nothiing

GUEST: <Please provide a description of the problem or the steps to reproduce>?

Selpi: Was trying to update fresh install of build 201305152300 with a proposed updates.

padraigdoran: Used TorroiseHG to update to a changeset, a changed file was active in Netbeans




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:894)
   at java.util.HashMap$ValueIterator.next(HashMap.java:922)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:193)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:194)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:194)
   at org.netbeans.modules.javascript2.editor.model.Model.getModelVisitor(Model.java:140)
Comment 1 Selpi 2013-05-19 10:35:17 UTC
Created attachment 134601 [details]
stacktrace
Comment 2 abien 2013-05-20 00:53:02 UTC
Created attachment 134624 [details]
stacktrace

Problem during editing JavaScript withing JavaEE project
Comment 3 Petr Pisl 2013-05-27 09:17:34 UTC
It's the same as issue #229817. All report are from the builds after the issue #229817.

*** This bug has been marked as a duplicate of bug 229817 ***