Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8274333

Redundant null comparison after Pattern.split

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 18
    • 16, 17
    • core-libs
    • None
    • b25

      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.

            aturbanov Andrey Turbanov
            aturbanov Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: