imbf commented on PR #1215:
URL: https://github.com/apache/commons-lang/pull/1215#issuecomment-2133582628

   @garydgregory 
   
   Initially, I added apis that only work when the object is null. In this 
case, there were many useful call sites in this project. (e.g. 
`ArrayFill.fill()`) After applying 
https://github.com/apache/commons-lang/pull/1215#discussion_r1611600920, these 
apis accepted null as valid input and lost null-safe functionality.
   
   This is not my intent. If you want to apply a functional interface 
regardless of whether the object is null or not, making other methods is better 
than fixing existing methods.
   
   What do you think about my opinion?


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