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 258777 - java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode
Summary: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHa...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 18:54 UTC by alied
Modified: 2016-04-13 01:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223452


Attachments
stacktrace (957 bytes, text/plain)
2016-04-11 18:54 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2016-04-11 18:54:04 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
alied: committing to a SVN repo associating with a jira issue.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:711)
   at java.util.LinkedHashMap$LinkedValueIterator.next(LinkedHashMap.java:739)
   at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1042)
   at org.netbeans.modules.jira.issue.NbJiraIssue.getLinkedIssues(NbJiraIssue.java:651)
   at org.netbeans.modules.jira.issue.IssueLinksPanel.reloadIssueDetails(IssueLinksPanel.java:121)
   at org.netbeans.modules.jira.issue.IssueLinksPanel.access$000(IssueLinksPanel.java:79)
Comment 1 alied 2016-04-11 18:54:06 UTC
Created attachment 159214 [details]
stacktrace
Comment 2 Tomas Stupka 2016-04-12 14:55:50 UTC
fixed in jet-main #970ce81751c4
Comment 3 Quality Engineering 2016-04-13 01:48:13 UTC
Integrated into 'main-silver', will be available in build *201604130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/970ce81751c4
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #258777 - java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode