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 246648 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-22 15:50 UTC by Tomas Stupka
Modified: 2014-09-12 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211391


Attachments
stacktrace (1.02 KB, text/plain)
2014-08-22 15:50 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2014-08-22 15:50:08 UTC
Build: NetBeans IDE Dev (Build 20140822-e4ab8724f8d8)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
tstupka: logout from team




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
   at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
   at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1042)
   at org.netbeans.modules.bugtracking.api.Util.toIssues(Util.java:289)
   at org.netbeans.modules.bugtracking.api.Query.getIssues(Query.java:99)
   at org.netbeans.modules.odcs.tasks.bridge.QueryResultHandleImpl.getAllChangedResult(QueryResultHandleImpl.java:139)
Comment 1 Tomas Stupka 2014-08-22 15:50:09 UTC
Created attachment 148848 [details]
stacktrace
Comment 2 Tomas Stupka 2014-08-26 16:33:56 UTC
fixed in core-main #fe6e57624015
Comment 3 Quality Engineering 2014-08-28 02:39:51 UTC
Integrated into 'main-silver', will be available in build *201408280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fe6e57624015
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #246648 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode