DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36819>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36819





------- Additional Comments From [EMAIL PROTECTED]  2005-09-27 14:53 -------
My concern about interpolating in resolveContainerStore is that it will be only
useful for scalar getters (getInt(), getFloat()...) and not for list and array
getters, especially in DataConfiguration, which use getProperty(). That would
look a bit odd to call PropertyConverter.toInteger(value) in getInteger() and
PropertyConverter.toInteger(interpolate(value)) in getIntegerList(). One might
think by comparing the two methods that getInteger() doesn't not perform the
interpolation.

I agree that resolveContainerStore() is definitely not an explicit name. Its
logic could be moved in PropertyConverter as a toScalar(Object) or a
getHead(Object) method. Then we could remove resolveContainerStore() and call
directly the new method in PropertyConverter.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to