rootvector2 opened a new pull request, #422:
URL: https://github.com/apache/commons-beanutils/pull/422

   `DoubleLocaleConverter.parse()` only handled the `Long` case for non-String 
inputs; any other `Number` subtype (e.g. `Integer`, `Float`, `BigDecimal`) 
passed directly to the converter was unchecked-cast to `Double`, throwing 
`ClassCastException` instead of a proper conversion.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to