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 151521 - [65cat] java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: [65cat] java.util.ConcurrentModificationException at java.util.AbstractList$I...
Status: CLOSED DUPLICATE of bug 108126
Alias: None
Product: ide
Classification: Unclassified
Component: Timers (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 19:35 UTC by sunbiz
Modified: 2011-05-24 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133298


Attachments
stacktrace (2.50 KB, text/plain)
2008-10-27 19:35 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-27 19:35:11 UTC
Build: NetBeans IDE Dev (Build 200810240201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
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.timers.TimesCollectorPeer$.fileDeleted(TimesCollectorPeer.java:121)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:139)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:122)
        at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:99)
Comment 1 sunbiz 2008-10-27 19:35:15 UTC
Created attachment 72712 [details]
stacktrace
Comment 2 Jaroslav Tulach 2008-10-29 18:36:14 UTC

*** This issue has been marked as a duplicate of 108126 ***