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 179695 - ConcurrentModificationException after last changes in FileImpl
Summary: ConcurrentModificationException after last changes in FileImpl
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: PC All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2010-01-20 01:08 UTC by Alexander Simon
Modified: 2010-02-15 01:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-01-20 01:08:14 UTC
ConcurrentModificationException result of changes:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=4882c5f9ae55

java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
	at java.util.AbstractList$Itr.remove(AbstractList.java:357)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.fixFakeRegistrations(FileImpl.java:1751)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.onProjectParseFinished(FileImpl.java:590)
	at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase$FixRegistrationRunnable.run(ProjectBase.java:2920)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:641)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1123)
Comment 1 Quality Engineering 2010-01-24 08:40:46 UTC
Integrated into 'main-golden', will be available in build *201001240200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a9f3ca442077
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed BZ#179695 -  ConcurrentModificationException after last changes in FileImpl