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

Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Product: php Reporter: schkovich <schkovich>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187161
Attachments: stacktrace

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 ***