inponomarev opened a new pull request, #735: URL: https://github.com/apache/commons-text/pull/735
This PR fixes [TEXT-239](https://issues.apache.org/jira/browse/TEXT-239) by correcting the exception message in `TextStringBuilder.append(char[], int, int)` when startIndex is invalid. A regression test is included to verify both invalid length and invalid startIndex cases report the correct variable. ⚠️ The same issue exists in deprecated `StrBuilder` implementations (`commons-text` / `commons-lang`). This PR intentionally limits the change to `TextStringBuilder` -- 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]
