[jbosstools-issues] [JBoss JIRA] (JBIDE-14637) Random ConcurrentModificationException when closing Central right after it opens

Fred Bricon (JIRA) jira-events at lists.jboss.org
Mon May 27 04:47:06 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-14637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon resolved JBIDE-14637.
---------------------------------

    Resolution: Done


Fixed in master, using a CopyOnWriteArrayList to store listeners.
                
> Random ConcurrentModificationException when closing Central right after it opens
> --------------------------------------------------------------------------------
>
>                 Key: JBIDE-14637
>                 URL: https://issues.jboss.org/browse/JBIDE-14637
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: central
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Fred Bricon
>            Assignee: Fred Bricon
>             Fix For: 4.1.0.Beta2
>
>
> Random ConcurrentModificationException occur when closing Central right after it opens : 
> java.util.ConcurrentModificationException
> 	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
> 	at java.util.ArrayList$Itr.next(ArrayList.java:791)
> 	at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.notifyListeners(ProxyWizardManager.java:260)
> 	at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:105)
> 	at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:44)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list