Rakesh40520 opened a new pull request, #1786: URL: https://github.com/apache/commons-lang/pull/1786
### Summary Adds a JUnit unit test `testContainsNullArrayBoundary` in `ArrayUtilsTest` to verify that `ArrayUtils.contains((Object[]) null, ...)` safely returns `false` without throwing a `NullPointerException`. ### Motivation Ensures boundary condition coverage for null array parameters in `ArrayUtils`. -- 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]
