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 187988 - [69cat] java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: [69cat] java.util.ConcurrentModificationException at java.util.AbstractList$I...
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 09:37 UTC by host
Modified: 2010-06-23 14:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 156852


Attachments
stacktrace (1.43 KB, text/plain)
2010-06-23 09:37 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2010-06-23 09:37:13 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
GUEST: open netbeans




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
   at java.util.AbstractList$Itr.next(AbstractList.java:343)
   at com.googlecode.ivybeans.module.classpath.ClassPathProviderImpl.getFileType(ClassPathProviderImpl.java:110)
   at com.googlecode.ivybeans.module.classpath.ClassPathProviderImpl.findClassPath(ClassPathProviderImpl.java:56)
   at org.netbeans.spi.java.project.support.ClassPathProviderMerger$ProxyClassPathImplementation.checkProviders(ClassPathProviderMerger.java:175)
   at org.netbeans.spi.java.project.support.ClassPathProviderMerger$ProxyClassPathImplementation.<init>(ClassPathProviderMerger.java:151)
Comment 1 host 2010-06-23 09:37:16 UTC
Created attachment 100353 [details]
stacktrace
Comment 2 Peter Pis 2010-06-23 14:35:41 UTC
Please file the issue:
http://code.google.com/p/ivybeans/issues/entry

Closing as WONTFIX on NB side.