You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2007/04/10 21:31:32 UTC

[jira] Updated: (CONFIGURATION-78) Inconsistent handling for keys that don't exist

     [ https://issues.apache.org/jira/browse/CONFIGURATION-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg updated CONFIGURATION-78:
----------------------------------------

    Environment:     (was: Operating System: other
Platform: Other)
        Summary: Inconsistent handling for keys that don't exist  (was: [configuration] Inconsistent handling for keys that don't exist)

> Inconsistent handling for keys that don't exist
> -----------------------------------------------
>
>                 Key: CONFIGURATION-78
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-78
>             Project: Commons Configuration
>          Issue Type: Bug
>            Reporter: Ittay Dror
>             Fix For: 2.0
>
>
> The getXXX(String key) methods in AbstractConfiguration are not consistent in 
> how they handle non-existing keys:
> getProperty(String key) - returns null
> getString(String key) - throws an exception if isThrowExceptionOnMissing is true
> getShort(String key) - throws an exception
> getStringArray(String key) - returns an empty array (why not null?)
> etc.
> I suggest that all these methods (include getProperty()) will check 
> isThrowExceptionOnMissing and if true, throw an exception.
> As it is, it makes it hard to extend this class, and use Configuration in 
> general.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org