rootvector2 commented on PR #404: URL: https://github.com/apache/commons-beanutils/pull/404#issuecomment-4811522087
yep, same issue on 1.X. the `Long` branch has no bounds check and the `Float` branch only checks the upper bound there too, so out-of-range input clamps to `Long.MAX_VALUE` / `-Infinity` instead of throwing. ported the fix in #405. -- 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]
