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 101745 - java.util.ConcurrentModificationException
Summary: java.util.ConcurrentModificationException
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 12:01 UTC by Alexander Simon
Modified: 2007-11-29 16:37 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 2007-04-19 12:01:01 UTC
java.util.ConcurrentModificationException
        at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
        at java.util.AbstractList$Itr.next(AbstractList.java:343)
        at
org.netbeans.modules.cnd.modelimpl.uid.UIDObjectFactory.writeUIDCollection(UIDObjectFactory.java:86)
        at
org.netbeans.modules.cnd.modelimpl.csm.ClassImpl.write(ClassImpl.java:379)
        at
org.netbeans.modules.cnd.repository.support.AbstractObjectFactory.writeSelfPersistent(AbstractObjectFactory.java:43)
        at
org.netbeans.modules.cnd.modelimpl.csm.core.CsmObjectFactory.write(CsmObjectFactory.java:321)
        at
org.netbeans.modules.cnd.repository.sfs.BufferedRWAccess.write(BufferedRWAccess.java:95)
        at
org.netbeans.modules.cnd.repository.sfs.DoubleFileStorage$Worker.put(DoubleFileStorage.java:83)
        at
org.netbeans.modules.cnd.repository.sfs.DoubleFileStorage$Worker.access$700(DoubleFileStorage.java:52)
        at
org.netbeans.modules.cnd.repository.sfs.DoubleFileStorage.put(DoubleFileStorage.java:409)
        at
org.netbeans.modules.cnd.repository.impl.FilePerUnitDiskRepositoryImpl.write(FilePerUnitDiskRepositoryImpl.java:76)
        at
org.netbeans.modules.cnd.repository.impl.DiskRepositoryManager.write(DiskRepositoryManager.java:123)
        at
org.netbeans.modules.cnd.repository.queue.RepositoryWritingThread.run(RepositoryWritingThread.java:87)
        at
org.netbeans.modules.cnd.repository.queue.RepositoryThreadManager$Wrapper.run(RepositoryThreadManager.java:62)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Vladimir Voskresensky 2007-04-19 12:29:32 UTC
fixed.

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