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 250671 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 23:46 UTC by MackSix
Modified: 2015-03-28 08:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211786


Attachments
stacktrace (2.05 KB, text/plain)
2015-02-24 23:46 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2015-02-24 23:46:16 UTC
Build: NetBeans IDE Dev (Build 201502220001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
inonit: moving around in editor; hard to say

GUEST: sdfsdff

MackSix: I was looking at a jspx page in the editor and then opened a xhtml document and this happened.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
   at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzerResult.getDeclaredNamespaces(SyntaxAnalyzerResult.java:589)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.getNamespaces(HtmlParserResult.java:199)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.roots(HtmlParserResult.java:181)
   at org.netbeans.modules.html.editor.api.gsf.HtmlParserResult.getAllRoots(HtmlParserResult.java:205)
Comment 1 MackSix 2015-02-24 23:46:18 UTC
Created attachment 152192 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-03-02 13:31:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=211786
Comment 3 Milutin Kristofic 2015-03-27 15:38:49 UTC
http://hg.netbeans.org/web-main/rev/9dcd30d60a9d
Comment 4 Quality Engineering 2015-03-28 08:19:57 UTC
Integrated into 'main-silver', will be available in build *201503280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9dcd30d60a9d
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #250671 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode