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

Redundant null comparison after Pattern.split

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: