fenik17 opened a new pull request, #1015: URL: https://github.com/apache/commons-lang/pull/1015
Adding the fail fast checks for empty string into `NumberUtils` methods (like `toInt`, `toLong`, etc.) to prevent a big overhead due to generating exception. Checking for an empty string is cheap, and a case with an empty string is quite likely. -- 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]
