harshitt-goel opened a new pull request, #1531: URL: https://github.com/apache/commons-lang/pull/1531
Fixes LANG-1695. NumberUtils.isParsable rejected numeric strings ending with a decimal point (e.g. "2.", "64."), although such values are valid according to Float.parseFloat and Double.parseDouble. This change removes the premature trailing-dot rejection and updates tests to reflect the correct behavior. -- 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]
