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 193434 - 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: 2010-12-15 12:10 UTC by alexey.menshov
Modified: 2010-12-15 12:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168952


Attachments
stacktrace (2.47 KB, text/plain)
2010-12-15 12:10 UTC, alexey.menshov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexey.menshov 2010-12-15 12:10:49 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
GUEST: Opening Scala sourcefile which had a mocked method call with nonexisting class in matcher

GUEST: opening a ssp file, which is a scala file, but with some missing pieces.... Ie. the file is a bit broken.

http://svn.apache.org/repos/asf/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/globalmenu-naked.ssp

tpistols: editing a scala class

GUEST: The error occured while trying to pharse the fille which had an import to a external library

tpistols: restarting the IDE after resolving a couple of local maven reference probs; i was restarting to get rid of the bogus error highlighting of an import of akka

tpistols: Starting IDE with a java and a scala maven project open




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 alexey.menshov 2010-12-15 12:10:53 UTC
Created attachment 104116 [details]
stacktrace