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

Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode
Product: web Reporter: MackSix
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal CC: inonit
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211786
Attachments: stacktrace

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