cripto-bot opened a new pull request, #1765:
URL: https://github.com/apache/commons-lang/pull/1765

   ## Summary
   
   Extracts the StrBuilderTokenizer inner class from StrBuilder.java into its 
own top-level file.
   
   ## Motivation
   
   - Follows the Single Responsibility Principle
   - Reduces StrBuilder.java size from 3089 to ~3060 lines
   - Improves code navigability and maintainability
   - No functional changes — all existing behavior preserved
   
   ## Change
   
   - Created `StrBuilderTokenizer.java` as a package-private class  
   - Updated constructor to accept `StrBuilder` reference (replaces 
`StrBuilder.this`)
   - Updated `asTokenizer()` to pass `this` to the new constructor
   - Removed inner class definition from StrBuilder.java


-- 
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]

Reply via email to