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 2008/11/08 17:30:44 UTC

[jira] Created: (CONFIGURATION-348) AbstractHierarchicalFileConfiguration does not trigger a reload for the getKeys() method

AbstractHierarchicalFileConfiguration does not trigger a reload for the getKeys() method
----------------------------------------------------------------------------------------

                 Key: CONFIGURATION-348
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-348
             Project: Commons Configuration
          Issue Type: Bug
          Components: File reloading
    Affects Versions: 1.5
            Reporter: Oliver Heger
            Assignee: Oliver Heger
             Fix For: 1.6


In {{getKeys()}} the obligatory call to {{reload()}} was forgotten.

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


[jira] Resolved: (CONFIGURATION-348) AbstractHierarchicalFileConfiguration does not trigger a reload for the getKeys() method

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

Oliver Heger resolved CONFIGURATION-348.
----------------------------------------

    Resolution: Fixed

A fix was applied in revision 712405.

AbstractHierarchicalFileConfiguration now overrides {{getKeys()}} to perform the reload check.

> AbstractHierarchicalFileConfiguration does not trigger a reload for the getKeys() method
> ----------------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-348
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-348
>             Project: Commons Configuration
>          Issue Type: Bug
>          Components: File reloading
>    Affects Versions: 1.5
>            Reporter: Oliver Heger
>            Assignee: Oliver Heger
>             Fix For: 1.6
>
>
> In {{getKeys()}} the obligatory call to {{reload()}} was forgotten.

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