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 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-15 10:52 UTC by Maksim Khramov
Modified: 2016-09-15 10:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226248


Attachments
stacktrace (3.33 KB, text/plain)
2016-09-15 10:52 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
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