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 268039

Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode
Product: javaee Reporter: Maksim Khramov <mkhramov>
Component: JSPAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226248
Attachments: stacktrace

Description Maksim Khramov 2016-09-15 10:52:09 UTC
Build: NetBeans IDE Dev (Build 201609090002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b01, Java(TM) SE Runtime Environment, 1.8.0_121-ea-langtools-nightly-h9813-20160815-b01
OS: Windows 7

User Comments:
mkhramov: Open to edit JSF JSP file




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437)
   at java.util.HashMap$KeyIterator.next(HashMap.java:1461)
   at org.netbeans.modules.web.core.syntax.JSPProcessor.createBeanVarDeclarations(JSPProcessor.java:158)
   at org.netbeans.modules.web.core.syntax.SimplifiedJspServlet.renderProcess(SimplifiedJspServlet.java:262)
   at org.netbeans.modules.web.core.syntax.JSPProcessor$2.run(JSPProcessor.java:348)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1421)
Comment 1 Maksim Khramov 2016-09-15 10:52:11 UTC
Created attachment 162057 [details]
stacktrace