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

Summary: [69cat] java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Product: ide Reporter: host <host>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 156852
Attachments: stacktrace

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.