Remove unnecessary List.get before remove in PopupFactory

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 26
    • Affects Version/s: None
    • Component/s: client-libs

      There are a few methods in PopupFactory nested classes which call first List.get(0) and then List.remove.
      Instead of 2 separate calls we can call List.removeFirst once.

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

              Created:
              Updated:
              Resolved: