You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Dongkyu Hwangbo (JIRA)" <ji...@apache.org> on 2015/11/09 08:12:10 UTC

[jira] [Created] (TAJO-1973) Replace 'while' loop with 'foreach'

Dongkyu Hwangbo created TAJO-1973:
-------------------------------------

             Summary: Replace 'while' loop with 'foreach'
                 Key: TAJO-1973
                 URL: https://issues.apache.org/jira/browse/TAJO-1973
             Project: Tajo
          Issue Type: Improvement
            Reporter: Dongkyu Hwangbo
            Assignee: Dongkyu Hwangbo
            Priority: Trivial


'While' loops which iterate over collections can be replaced with the 'foreach' iteration syntax, which is available in Java 5 and newer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)