On Sun, 26 Sep 2021 15:10:52 GMT, Andrey Turbanov <d...@openjdk.java.net> wrote:
> 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. Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5708