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 2012/09/16 18:17:07 UTC

[jira] [Created] (CONFIGURATION-506) Remove obsolete HierarchicalConfiguration.Node class and related classes

Oliver Heger created CONFIGURATION-506:
------------------------------------------

             Summary: Remove obsolete HierarchicalConfiguration.Node class and related classes
                 Key: CONFIGURATION-506
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-506
             Project: Commons Configuration
          Issue Type: Improvement
    Affects Versions: 1.9
            Reporter: Oliver Heger
             Fix For: 2.0


{{HierarchicalConfiguration}} contains a nested {{Node}} class which exists for reasons of backwards compatibility only. It is just a thin wrapper around the {{ConfigurationNode}} class. This class should be removed as it does not serve any purpose.

There are some other classes related to this {{Node}} class which can also be removed:
* the nested {{NodeVisitor}} class
* the deprecated {{ConfigurationKey}} class

Existing implementations of {{NodeVisitor}} should be switched to use the visitor interface defined in terms of {{DefaultConfigurationNode}}.

--
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

[jira] [Resolved] (CONFIGURATION-506) Remove obsolete HierarchicalConfiguration.Node class and related classes

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

Oliver Heger resolved CONFIGURATION-506.
----------------------------------------

    Resolution: Fixed

The classes have been removed in revision 1387733.
                
> Remove obsolete HierarchicalConfiguration.Node class and related classes
> ------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-506
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-506
>             Project: Commons Configuration
>          Issue Type: Improvement
>    Affects Versions: 1.9
>            Reporter: Oliver Heger
>            Assignee: Oliver Heger
>             Fix For: 2.0
>
>
> {{HierarchicalConfiguration}} contains a nested {{Node}} class which exists for reasons of backwards compatibility only. It is just a thin wrapper around the {{ConfigurationNode}} class. This class should be removed as it does not serve any purpose.
> There are some other classes related to this {{Node}} class which can also be removed:
> * the nested {{NodeVisitor}} class
> * the deprecated {{ConfigurationKey}} class
> Existing implementations of {{NodeVisitor}} should be switched to use the visitor interface defined in terms of {{DefaultConfigurationNode}}.

--
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