Unable to call isUseDefault() to check whether a default value will be returned
-------------------------------------------------------------------------------

                 Key: BEANUTILS-353
                 URL: https://issues.apache.org/jira/browse/BEANUTILS-353
             Project: Commons BeanUtils
          Issue Type: Bug
          Components: ConvertUtils & Converters
    Affects Versions: 1.8.0
         Environment: WinXP Pro, JDK 1.6.0_14, Tomcat 5.5.27
            Reporter: Franklin Phan


One can never call isUseDefault() to check on a Converter given the way you 
have ConverterFacade designed and in ConvertUtilsBean:
{{
    private void register(Class clazz, Converter converter) {
        register(new ConverterFacade(converter), clazz);
    }
}}


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

Reply via email to