Naveenkumarsuk opened a new pull request, #1418: URL: https://github.com/apache/commons-lang/pull/1418
This PR fixes a potential NullPointerException in `ArrayUtils.toStringArray(Object[])` when the input array contains null elements. The method now delegates to `toStringArray(Object[], String)` with a default value of `"null"`, ensuring null-safe behavior. Includes test coverage in `ArrayUtilsTest.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: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org