[
https://issues.apache.org/jira/browse/BEANUTILS-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oliver Heger closed BEANUTILS-448.
----------------------------------
> LocaleConverters do not check their default value
> -------------------------------------------------
>
> Key: BEANUTILS-448
> URL: https://issues.apache.org/jira/browse/BEANUTILS-448
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: ConvertUtils & Converters
> Affects Versions: 1.8.3
> Reporter: Oliver Heger
> Fix For: 1.9.0
>
>
> Every {{LocaleConverter}} derived from {{BaseLocaleConverter}} allows
> specifying a default value. If configured correspondingly, this default value
> is returned if a *null* value is to be converted or if a conversion error
> occurs.
> The type of the default value is {{Object}}; it is not checked whether the
> type is compatible with the desired target type. So if an invalid object is
> set as default value, the converter will return unexpected results.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)