You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ralph Goers (JIRA)" <ji...@apache.org> on 2008/12/28 01:56:44 UTC

[jira] Created: (CONFIGURATION-356) CombinedConfiguration does not return the list of configurations and the set of names returned does not match their order.

CombinedConfiguration does not return the list of configurations and the set of names returned does not match their order.
--------------------------------------------------------------------------------------------------------------------------

                 Key: CONFIGURATION-356
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-356
             Project: Commons Configuration
          Issue Type: Improvement
    Affects Versions: 1.6
            Reporter: Ralph Goers
            Assignee: Ralph Goers
             Fix For: 1.7


CombinedConfiguration provides no way to get the full list of configurations. Additionally, getConfigurationNames returns a Set of names that is not in the same order as the configurations.

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


[jira] Closed: (CONFIGURATION-356) CombinedConfiguration does not return the list of configurations and the set of names returned does not match their order.

Posted by "Ralph Goers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONFIGURATION-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralph Goers closed CONFIGURATION-356.
-------------------------------------

    Resolution: Fixed

Update has been committed.

> CombinedConfiguration does not return the list of configurations and the set of names returned does not match their order.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-356
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-356
>             Project: Commons Configuration
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Ralph Goers
>            Assignee: Ralph Goers
>             Fix For: 1.7
>
>
> CombinedConfiguration provides no way to get the full list of configurations. Additionally, getConfigurationNames returns a Set of names that is not in the same order as the configurations.

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


[jira] Commented: (CONFIGURATION-356) CombinedConfiguration does not return the list of configurations and the set of names returned does not match their order.

Posted by "Ralph Goers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONFIGURATION-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659404#action_12659404 ] 

Ralph Goers commented on CONFIGURATION-356:
-------------------------------------------

getConfigurations has been added to return the List of configurations. getConfigurationNameList returns the names of the configurations in the List, some of which may be null since configurations are not required to have a name.

> CombinedConfiguration does not return the list of configurations and the set of names returned does not match their order.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-356
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-356
>             Project: Commons Configuration
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Ralph Goers
>            Assignee: Ralph Goers
>             Fix For: 1.7
>
>
> CombinedConfiguration provides no way to get the full list of configurations. Additionally, getConfigurationNames returns a Set of names that is not in the same order as the configurations.

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