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 253592

Summary: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode
Product: connecteddeveloper Reporter: alied <alied>
Component: JiraAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal CC: akobberup, alied
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218655
Attachments: stacktrace
stacktrace
stacktrace

Description alied 2015-07-20 19:43:56 UTC
Build: NetBeans IDE Dev (Build 201507200001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
alied: Updating a Jira t icket as part of a commit. Looks like NB was updating Jira queries as well...




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.getCustomFields(NbJiraIssue.java:623)
   at org.netbeans.modules.jira.issue.IssuePanel.getSupportedCustomFields(IssuePanel.java:557)
   at org.netbeans.modules.jira.issue.IssuePanel.updateCustomFieldStatuses(IssuePanel.java:1376)
Comment 1 alied 2015-07-20 19:43:57 UTC
Created attachment 154744 [details]
stacktrace
Comment 2 alied 2015-07-21 16:55:37 UTC
Created attachment 154774 [details]
stacktrace

updating a Jira issue from a commit. Probably NB was also updatiing Jira queries at the same time...
Comment 3 alied 2015-07-22 17:22:41 UTC
Created attachment 154798 [details]
stacktrace

this is getting frequent...
Comment 4 Tomas Stupka 2015-07-23 15:35:25 UTC
fixed in jet-main #3082fb42dd16
Comment 5 Quality Engineering 2015-07-25 01:17:08 UTC
Integrated into 'main-silver', will be available in build *201507250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3082fb42dd16
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #253592 - java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode
Comment 6 Tomas Stupka 2015-07-31 16:13:47 UTC
*** Bug 253912 has been marked as a duplicate of this bug. ***
Comment 7 Tomas Stupka 2015-09-02 15:46:33 UTC
*** Bug 254578 has been marked as a duplicate of this bug. ***