[
https://issues.apache.org/jira/browse/BEANUTILS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton updated BEANUTILS-349:
--------------------------------------
Affects Version/s: (was: 1.8.0-BETA)
1.8.0
> copyProperties throws NullPointerException if an IllegalArgumentException is
> thrown due to a null value parameter for a primitive
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: BEANUTILS-349
> URL: https://issues.apache.org/jira/browse/BEANUTILS-349
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: Bean / Property Utils
> Affects Versions: 1.8.0
> Reporter: Eivind Tagseth
> Priority: Minor
> Attachments: PropertyUtilsBean.patch
>
>
> When using copyProperties from a bean with a Boolean field to a bean with a
> corresponding boolean field (i.e. a primitive), an IllegalArgumentException
> is thrown when calling method.invoke. invokeMethod tries to format a user
> friendly exception string, but fails to check if the value parameter is null
> before getting it's classname.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.