In couple of classes, result part of arrays of Pattern.split is compared with `null`.
Pattern.split (and hence String.split) never returns `null` in array elements. Such comparisons are redundant.
Pattern.split (and hence String.split) never returns `null` in array elements. Such comparisons are redundant.