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 98635 - ConcurrentModificationException
Summary: ConcurrentModificationException
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 13:21 UTC by Vladimir Kvashin
Modified: 2007-12-14 09:55 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 Vladimir Kvashin 2007-03-22 13:21:51 UTC
When parsing Firefox, 

java.util.ConcurrentModificationException
	at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1031)
	at java.util.TreeMap$KeyIterator.next(TreeMap.java:1058)
	at
org.netbeans.modules.cnd.modelimpl.uid.UIDCsmConverter.UIDsToList(UIDCsmConverter.java:109)
	at
org.netbeans.modules.cnd.modelimpl.uid.UIDCsmConverter.UIDsToIncludes(UIDCsmConverter.java:103)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getIncludes(FileImpl.java:629)
	at
org.netbeans.modules.cnd.highlight.BadgeProvider.addInvalidFile(BadgeProvider.java:62)
	at
org.netbeans.modules.cnd.highlight.HighlightProvider.modelChanged(HighlightProvider.java:144)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl.fireModelChanged(ModelImpl.java:325)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.Notificator.flush(Notificator.java:187)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:70)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:60)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Vladimir Voskresensky 2007-03-22 14:28:06 UTC
fixed

cvs log:
Checking in FileImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/FileImpl.java,v
 <--  FileImpl.java
new revision: 1.2.2.41.4.45; previous revision: 1.2.2.41.4.44
done