garydgregory commented on PR #1510: URL: https://github.com/apache/commons-lang/pull/1510#issuecomment-3598606860
@REALROOK1E -1 as is. Your PR lacks a description explaining why these new APIs are needed. IMO, these clutter up the API without benefit. We're not opening the door to all primitive types being covered. For example, we don't need a `long toLong(boolean)` when we already have `int toInteger(boolean)` and Java casts an `int` to a `long` without loss. -- 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]
