[ http://issues.apache.org/jira/browse/BEANUTILS-224?page=all ]

Henri Yandell updated BEANUTILS-224:
------------------------------------

      Bugzilla Id:   (was: 38165)
    Fix Version/s: 1.8.0

I think this should go in 1.8.0.

> [beanutils] provide better error message for "argument type mismatch"
> ---------------------------------------------------------------------
>
>                 Key: BEANUTILS-224
>                 URL: http://issues.apache.org/jira/browse/BEANUTILS-224
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>         Environment: Operating System: All
> Platform: Other
>            Reporter: Ralf Hauser
>            Priority: Minor
>             Fix For: 1.8.0
>
>         Attachments: PropertyUtilsBean.patch
>
>
> In <<Object org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(Method
> method, Object bean, Object[] values) throws IllegalAccessException,
> InvocationTargetException>> 
> the throw block should rather be:
>             throw new IllegalArgumentException(
>                 "Cannot invoke " + method.getDeclaringClass().getName() + "." 
>                 + method.getName() + " - " + e.getMessage() + " - found " + 
>                 bean.getClass().getName()+ " but expected "
>                 +  (values[0]).getClass().getName());
> see also In <<Object 
> org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(Method
> method, Object bean, Object[] values) throws IllegalAccessException,
> InvocationTargetException>> 
> the throw block should rather be:
>             throw new IllegalArgumentException(
>                 "Cannot invoke " + method.getDeclaringClass().getName() + "." 
>                 + method.getName() + " - " + e.getMessage() + " - found " + 
>                 bean.getClass().getName()+ " but expected "
>                 +  (values[0]).getClass().getName());
> see also Bug 38163 for the context where this would have helped a lot. for 
> the context where this would have helped a lot.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to