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.

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

              Created:
              Updated:
              Resolved: