Re: [BeanUtils] Error-checking BeanUtils.copyProperties() using Levensthein distance

2006-11-22 Thread Aaron Digulla
Olivier Pernet wrote: Not quite sure what copyProperties currently does, but I'd be happy to consider improving the logging messages - but I wouldn't want to either a) add a dependency on Commons Lang for this (as both are widely used libraries and could present users with version issues) or

Re: [jira] Commented: (BEANUTILS-257) Many of the helper methods expose the java.lang exceptions. I'd like to convert them to RuntimeExceptions

2006-11-19 Thread Aaron Digulla
Niall Pemberton (JIRA) wrote: Aaron thanks for preparing a patch. This would need to go into a BeanUtils 2 version since it isn't backwardly compatible. Whether there will ever be a BeanUtils 2 version is another question. At this point in time I don't think the chances are high. Why not?

[BEANUTILS-257] Wrapping all checked exceptions

2006-11-17 Thread Aaron . Digulla
org.apache.commons.beanutils.exceptions.NoSuchMethodException; That's it. Another solution is to remove all try/catch/throws, of course. Best regards, -- Aaron Digulla - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [BEANUTILS-257] Wrapping all checked exceptions

2006-11-17 Thread Aaron . Digulla
each checked exception with fail(). Moreover, PropertyUtilsTestCase is not a real world example for the BeanUtils usage. Regards, -- Aaron Digulla - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[jira] Created: (BEANUTILS-257) Many of the helper methods expose the java.lang exceptions. I'd like to convert them to RuntimeExceptions

2006-11-03 Thread Aaron Digulla (JIRA)
/jira/browse/BEANUTILS-257 Project: Commons BeanUtils Issue Type: Improvement Affects Versions: 1.8.0 Reporter: Aaron Digulla Hello, A lot of the helper functions throw checked exceptions (mostly IllegalAccessException, InvocationTargetException