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 207249 - java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.check...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 00:50 UTC by integrator3021
Modified: 2012-01-14 02:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181841


Attachments
stacktrace (2.65 KB, text/plain)
2012-01-13 00:50 UTC, integrator3021
Details

Note You need to log in before you can comment on or make changes to this bug.
Description integrator3021 2012-01-13 00:50:38 UTC
This issue was reported manually by integrator3021.
It already has 2 duplicates 


Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
integrator3021: Editing scala source file.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
   at java.util.AbstractList$Itr.next(AbstractList.java:343)
   at scala.collection.JavaConversions$JIteratorWrapper.next(JavaConversions.java:476)
   at scala.collection.Iterator$class.foreach(Iterator.java:631)
   at scala.collection.JavaConversions$JIteratorWrapper.foreach(JavaConversions.java:474)
   at scala.collection.IterableLike$class.foreach(IterableLike.java:79)
Comment 1 integrator3021 2012-01-13 00:50:40 UTC
Created attachment 114850 [details]
stacktrace