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 - java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.check...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: MPLAB X IDE (show other bugs)
Version: 7.3
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: vincesheard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 15:44 UTC by ocarivenc
Modified: 2012-12-19 09:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196576


Attachments
stacktrace (1.12 KB, text/plain)
2012-12-14 15:44 UTC, ocarivenc
Details

Note You need to log in before you can comment on or make changes to this bug.
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