[BEANUTILS] LocaleConvertUtilsBean convert method with null locale

2008-02-15 Thread Lucian Chirita
Is the LocaleConvertUtilsBean.convert(String value, Class clazz, Locale locale, String pattern) method supposed to accept null Locale arguments? This generally works, as the locale is used to resolve a converter, and the lookup(Locale locale) method checks whether the argument is null and

Re: [BEANUTILS] LocaleConvertUtilsBean convert method with null locale

2008-02-15 Thread Niall Pemberton
On Fri, Feb 15, 2008 at 1:39 PM, Lucian Chirita [EMAIL PROTECTED] wrote: Is the LocaleConvertUtilsBean.convert(String value, Class clazz, Locale locale, String pattern) method supposed to accept null Locale arguments? This generally works, as the locale is used to resolve a converter, and

Re: [BEANUTILS] LocaleConvertUtilsBean convert method with null locale

2008-02-15 Thread Lucian Chirita
Niall Pemberton wrote: Yes please file a bug report in JIRA: http://commons.apache.org/beanutils/issue-tracking.html Thanks Niall I've logged BEANUTILS-306: http://issues.apache.org/jira/browse/BEANUTILS-306 Thank you, Lucian