On 18 May 2018 at 20:34, Gary Gregory <garydgreg...@gmail.com> wrote: > Hi All: > > A lot of methods in CollectionUtils are not null-safe and are documented as > such in Javadoc with throwing NPEs. > > I'd like to change that.
To what? > The change is behavioral and BC would be preserved. > > Thoughts? It depends on the method whether a null parameter makes sense or not. In some cases it may be confusing if null is accepted. And what is meant by a null parameter. In any case, any such changes need a big warning in the release notes. > Gary --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org