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 256421 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-06 19:10 UTC by stiffuser
Modified: 2016-03-16 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221020


Attachments
stacktrace (774 bytes, text/plain)
2015-11-06 19:10 UTC, stiffuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stiffuser 2015-11-06 19:10:35 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-b88, Java(TM) SE Runtime Environment, 1.9.0-ea-b88
OS: Mac OS X

User Comments:
stiffuser: Browsing C++ code




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:914)
   at java.util.ArrayList$Itr.next(ArrayList.java:864)
   at org.netbeans.modules.cnd.makeproject.MakeProjectFileProviderFactory$FileProviderImpl.computeFiles(MakeProjectFileProviderFactory.java:427)
   at org.netbeans.modules.cnd.makeproject.MakeProjectFileProviderFactory$FileProviderImpl.computeFiles(MakeProjectFileProviderFactory.java:243)
   at org.netbeans.modules.jumpto.file.Worker$ProviderStrategy.execute(Worker.java:492)
   at org.netbeans.modules.jumpto.file.Worker.run(Worker.java:154)
Comment 1 stiffuser 2015-11-06 19:10:37 UTC
Created attachment 157194 [details]
stacktrace
Comment 2 Alexander Simon 2015-11-09 15:10:35 UTC
fixed in enum, change set:
2700b4bfba11
Comment 3 Quality Engineering 2015-11-12 02:32:58 UTC
Integrated into 'main-silver', will be available in build *201511120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/843c7f549e9e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #256421 java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
(transplanted from 2700b4bfba11c6a36cd07a5ae3c9ed9870827dcd)
Comment 4 soldatov 2015-11-24 13:43:31 UTC
I hope this bug has been fixed in NetBeans 8.1 patch1.