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 212867 - java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.che...
Status: RESOLVED FIXED
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-05-23 05:03 UTC by mrpc
Modified: 2012-05-24 05:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188238


Attachments
stacktrace (9.69 KB, text/plain)
2012-05-23 05:03 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2012-05-23 05:03:39 UTC
This bug was originally marked as duplicate of bug 212199, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201205200400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3635
OS: Mac OS X

User Comments:
mrpc: Code completion




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761)
   at java.util.LinkedList$ListItr.next(LinkedList.java:696)
   at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1010)
   at org.netbeans.modules.php.editor.model.impl.ModelVisitor.findConditionalStatement(ModelVisitor.java:1143)
   at org.netbeans.modules.php.editor.model.impl.ModelVisitor.visit(ModelVisitor.java:739)
   at org.netbeans.modules.php.editor.parser.astnodes.Assignment.accept(Assignment.java:123)
Comment 1 mrpc 2012-05-23 05:03:45 UTC
Created attachment 119752 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-05-23 08:47:47 UTC
Fixed in web-main #fb1c693cdf11
Comment 3 Quality Engineering 2012-05-24 05:31:36 UTC
Integrated into 'main-golden', will be available in build *201205240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fb1c693cdf11
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #212867 - java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification