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 223851

Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Product: third-party Reporter: ocarivenc
Component: MPLAB X IDEAssignee: vincesheard <vincesheard>
Status: NEW ---    
Severity: normal CC: josediazaz, ocarivenc
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter: 196576
Attachments: stacktrace

Description ocarivenc 2012-12-14 15:44:53 UTC
This issue was reported manually by ocarivenc.
It already has 1 duplicates 


Build: MPLAB X IDE v1.51
VM: Java HotSpot(TM) Client VM, 20.7-b02, Java(TM) SE Runtime Environment, 1.6.0_32-b05
OS: Windows Vista

Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:0)
   at java.util.AbstractList$Itr.next(AbstractList.java:0)
   at com.microchip.mplab.nbide.embedded.makeproject.api.configurations.MakeConfigurationBook.findItem(MakeConfigurationBook.java:571)
   at com.microchip.mplab.nbide.embedded.makeproject.api.configurations.MakeConfigurationBook.findProjectItemByPath(MakeConfigurationBook.java:590)
   at com.microchip.mplab.nbide.embedded.makeproject.MakeProjectFileOwnerQuery.getOwner(MakeProjectFileOwnerQuery.java:100)
   at com.microchip.mplab.nbide.embedded.makeproject.MakeProjectFileOwnerQuery.getOwner(MakeProjectFileOwnerQuery.java:91)
Comment 1 ocarivenc 2012-12-14 15:44:55 UTC
Created attachment 129385 [details]
stacktrace
Comment 2 josediazaz 2012-12-17 20:52:07 UTC
Is there a way to reproduce this issue reliably?
Can you add as much information about what you were doing when this exception occurred (where you removing files from the project, building, debugging, etc)? The more info the better.
Thanks
Jose
Comment 3 ocarivenc 2012-12-18 19:40:39 UTC

On MPLAB X IDE, on the project windows -> right clic on folder -> Add existing Item
and I select lot of files ( 300 files ) and clic select.
After selection you have the error.

Best Regards