History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
CONFIGURATION-348
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Oliver Heger
Reporter:
Oliver Heger
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Commons Configuration
AbstractHierarchicalFileConfiguration does not trigger a reload for the getKeys() method
Created:
08/Nov/08 04:29 PM
Updated:
22/Aug/09 07:36 PM
Return to search
Component/s:
File reloading
Affects Version/s:
1.5
Fix Version/s:
1.6
Time Tracking:
Not Specified
Resolution Date:
08/Nov/08 04:39 PM
Description
« Hide
In
getKeys()
the obligatory call to
reload()
was forgotten.
Description
In
getKeys()
the obligatory call to
reload()
was forgotten.
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Repository
Revision
Date
User
Message
ASF
#712405
Sat Nov 08 16:37:48 UTC 2008
oheger
CONFIGURATION-348
: AbstractHierarchicalFileConfiguration now overrides getKeys() to perform a reload check.
Files Changed
MODIFY
/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractHierarchicalFileConfiguration.java
MODIFY
/commons/proper/configuration/trunk/xdocs/changes.xml
MODIFY
/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestXMLConfiguration.java