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

Dubious 'null' assignment in CompactByteArray.expand

XMLWordPrintable

    • b08

      values field is assigned to 'null' and then immediately reassigned to 'tempArray'.

      > values = null;
      > values = tempArray;

      First assignment can be removed.

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

              Created:
              Updated:
              Resolved: