You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oliver Heger (JIRA)" <ji...@apache.org> on 2010/11/10 21:41:16 UTC

[jira] Closed: (CONFIGURATION-426) ConcurrentModificationException is thrown from CompositeConfiguration.getList

     [ https://issues.apache.org/jira/browse/CONFIGURATION-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Heger closed CONFIGURATION-426.
--------------------------------------

       Resolution: Not A Problem
    Fix Version/s: 1.7

Works as expected, so closing this issue.

> ConcurrentModificationException  is thrown from CompositeConfiguration.getList
> ------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-426
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-426
>             Project: Commons Configuration
>          Issue Type: Bug
>          Components: Build
>            Reporter: Tamir Lahav
>             Fix For: 1.7
>
>
> ConcurrentModificationException  is thrown from CompositeConfiguration.getList although the object is used as "read only". 
> Stack trace:
> java.util.ConcurrentModificationException
>     at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:632)
>     at java.util.LinkedList$ListItr.next(LinkedList.java:567)
>     at
> org.apache.commons.configuration.CompositeConfiguration.getList(CompositeConfiguration.java:294)
>     at
> org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1108)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.