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 233192 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 15:12 UTC by Ondrej Vrabec
Modified: 2013-07-24 02:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202391


Attachments
stacktrace (7.56 KB, text/plain)
2013-07-22 15:12 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-07-22 15:12:58 UTC
Build: NetBeans IDE Dev (Build 20130722-7375a4c11257)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
ovrabec: search in projects




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at org.netbeans.spi.search.SearchScopeDefinition.notifyListeners(SearchScopeDefinition.java:138)
   at org.netbeans.modules.search.project.SearchScopeNodeSelection.resultChanged(SearchScopeNodeSelection.java:340)
   at sun.reflect.GeneratedMethodAccessor47.invoke(GeneratedMethodAccessor47.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 Ondrej Vrabec 2013-07-22 15:12:59 UTC
Created attachment 137571 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-07-23 11:32:17 UTC
http://hg.netbeans.org/core-main/rev/1815417bd661
Fixed. Thanks for reporting.
Comment 3 Quality Engineering 2013-07-24 02:37:14 UTC
Integrated into 'main-silver', will be available in build *201307232300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1815417bd661
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #233192: ConcurrentModificationException at ArrayList$Itr.checkForComodification