Description
Method documentation claims that
ArrayUtils.add(null, null) = null
However, this is not true since this parameter combination leads to an exception.
Either remove this line from documentation, or rewrite it to explicitly mention the exception. Maybe there are other related methods with similar problem in the docs.