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

Reply via email to