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 253550 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 17:28 UTC by Tomas Stupka
Modified: 2015-07-21 01:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218609


Attachments
stacktrace (3.26 KB, text/plain)
2015-07-17 17:28 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2015-07-17 17:28:32 UTC
Build: NetBeans IDE Dev (Build 20150717-0a9738237ac1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b07, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b07
OS: Mac OS X

User Comments:
tstupka: closed a repository




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
   at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
   at org.netbeans.modules.bugtracking.ui.query.QueryTopComponent.closeFor(QueryTopComponent.java:345)
   at org.netbeans.modules.bugtracking.tasks.actions.Actions$CloseRepositoryNodeAction.actionPerformed(Actions.java:801)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
Comment 1 Tomas Stupka 2015-07-17 17:28:34 UTC
Created attachment 154701 [details]
stacktrace
Comment 2 Tomas Stupka 2015-07-19 17:28:51 UTC
fixed in jet-main #95dc1b33d1ab
Comment 3 Quality Engineering 2015-07-21 01:20:09 UTC
Integrated into 'main-silver', will be available in build *201507210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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