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

Use enhanced-for instead of plain 'for' in jdk.jcmd

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 18
    • None
    • core-svc
    • None
    • b24

      There are few places in code where manual `for` loop is used with Iterator to iterate over Collection or Array.
      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.
      It doesn't have any performance impact: javac compiler generates similar code when compiling enhanced-for cycle.

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

              Created:
              Updated:
              Resolved: