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 218417 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-16 13:32 UTC by kvaso
Modified: 2014-02-11 20:05 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176945


Attachments
stacktrace (2.35 KB, text/plain)
2012-09-16 13:32 UTC, kvaso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kvaso 2012-09-16 13:32:49 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Linux

User Comments:
kvaso: after netbeans started and opened project

artisan: Starting netbeans




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
   at java.util.HashMap$EntryIterator.next(HashMap.java:834)
   at java.util.HashMap$EntryIterator.next(HashMap.java:832)
   at org.netbeans.modules.java.project.ExtraProjectSourceForBinaryQueryImpl.getExtraSources(ExtraProjectSourceForBinaryQueryImpl.java:156)
   at org.netbeans.modules.java.project.ExtraProjectSourceForBinaryQueryImpl.access$000(ExtraProjectSourceForBinaryQueryImpl.java:79)
   at org.netbeans.modules.java.project.ExtraProjectSourceForBinaryQueryImpl$1.propertyChange(ExtraProjectSourceForBinaryQueryImpl.java:99)
Comment 1 kvaso 2012-09-16 13:32:51 UTC
Created attachment 124407 [details]
stacktrace
Comment 2 Tomas Zezula 2012-09-17 08:25:02 UTC
Fixed jet-main 6e87a202df26
Comment 3 Quality Engineering 2012-09-18 02:09:36 UTC
Integrated into 'main-golden', will be available in build *201209180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6e87a202df26
User: Tomas Zezula <tzezula@netbeans.org>
Log: #218417:java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry