Replace 'for' cycles with iterator with enhanced-for in java.desktop

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 18
    • Affects Version/s: 17, 18
    • Component/s: client-libs
    • b17

      There are few places in code where manual 'for' loop is used with Iterator to iterate over Collection.
      Instead of manual for cycles it's preferred to use enhanced-for cycle instead: it's less verbose, makes code easier to read and it's less error-prone.

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

              Created:
              Updated:
              Resolved: