kommalapatiraviteja opened a new pull request, #1386:
URL: https://github.com/apache/commons-lang/pull/1386

   - Completes the fill methods for all primitive array types
   #### Summary
   This PR adds support for filling `boolean[]` arrays in the `ArrayFill` 
utility class, completing coverage for all primitive array types.
   
   #### Changes
   - Introduced `public static boolean[] fill(boolean[] a, boolean val)` method
   - Consistent with existing `fill` methods for other primitive types like 
`int`, `double`, etc.
   - Ensures fluent API style by returning the input array
   
   #### Motivation
   This method complements the existing API by supporting `boolean[]`, which 
was missing. It helps users initialize boolean arrays in a fluent and 
consistent way across all primitive types.
   
   #### Checklist
   - [x] Code compiles successfully
   - [x] All existing and unit tests pass
   - [x] Ran mvn command and verified build is successful.


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to