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 211426 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED DUPLICATE of bug 211425
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 08:08 UTC by schkovich
Modified: 2012-04-19 08:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187161


Attachments
stacktrace (3.05 KB, text/plain)
2012-04-19 08:09 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2012-04-19 08:08:59 UTC
Build: NetBeans IDE Dev (Build 201204181547)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: switching between files opened in editor




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at org.netbeans.modules.php.editor.model.impl.ModelVisitor.handleVarComment(ModelVisitor.java:1311)
   at org.netbeans.modules.php.editor.model.impl.ModelVisitor.handleVarComments(ModelVisitor.java:1303)
   at org.netbeans.modules.php.editor.model.impl.ModelVisitor.visit(ModelVisitor.java:322)
   at org.netbeans.modules.php.editor.parser.astnodes.Program.accept(Program.java:92)
Comment 1 schkovich 2012-04-19 08:09:04 UTC
Created attachment 118487 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-04-19 08:16:26 UTC

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