Partha-SUST16 opened a new pull request, #1614:
URL: https://github.com/apache/commons-lang/pull/1614

   LANG-1819: Fix `ArrayUtils.removeAll()` Javadoc for null array input
   
   The Javadoc for all `ArrayUtils.removeAll()` overloads incorrectly stated
   that passing a null array would throw an IndexOutOfBoundsException. The
   actual implementation delegates to the generic removeAll(Object, int...)
   overload, which returns null silently when the array is null.
   
   As per the discussion on the issue report 
[LANG-1819](https://issues.apache.org/jira/browse/LANG-1819) the Javadoc has 
been updated across all primitive and Object overloads to accurately reflect 
the actual behavior — that null is returned when the input array is null.


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