garydgregory commented on PR #713: URL: https://github.com/apache/commons-lang/pull/713#issuecomment-2509778759
We are not consistent in `StringUtils`, some methods return `null` on `null` input, others return an empty string. Changing this would likely lead to unexpected results for call sites in apps and other libraries. If we change anything, we should do so consistently in the whole class. At least the Javadocs say what to expect. We should probably do this for 4.0 IMO. Any thoughts? -- 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]
