Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
JavaDoc states if the array is not empty or not null, however actually it is if the array is not empty and not null, i.e. "and" instead of "or". Looks like a small copy/paste error from "isEmpty()"
Attached patch fixes all the instances.