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 173227 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: CLOSED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 07:30 UTC by Marian Mirilovic
Modified: 2010-04-23 06:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159194


Attachments
stacktrace (2.12 KB, text/plain)
2009-09-29 07:30 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-09-29 07:30:03 UTC
Build: NetBeans IDE 6.8 Beta (Build 200909281634)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, amd64

User Comments:
mmirilovic: started Beta with userdir from trunk and opened couple Kenai projects + chatroom



Stacktrace: 
java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
        at java.util.AbstractCollection.retainAll(AbstractCollection.java:369)
        at org.netbeans.modules.bugtracking.kenai.QueryAccessorImpl.getQueryHandles(QueryAccessorImpl.java:148)
        at org.netbeans.modules.bugtracking.kenai.QueryAccessorImpl.access$100(QueryAccessorImpl.java:76)
        at org.netbeans.modules.bugtracking.kenai.QueryAccessorImpl$KenaiRepositoryListener.propertyChange(QueryAccessorImpl.java:330)
Comment 1 Marian Mirilovic 2009-09-29 07:30:09 UTC
Created attachment 88468 [details]
stacktrace
Comment 2 Tomas Stupka 2009-09-29 09:20:27 UTC
fixed

changeset   : 147241:31083e48e29c
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Tue Sep 29 10:20:10 CEST 2009
Comment 3 Quality Engineering 2009-10-01 00:47:28 UTC
Integrated into 'main-golden', will be available in build *200909301401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/31083e48e29c
User: Tomas Stupka <tstupka@netbeans.org>
Log: #173227 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Comment 4 Marian Mirilovic 2010-04-23 06:47:06 UTC
verified in NB 6.9 Beta