You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/02 01:32:11 UTC

[jira] [Commented] (TAJO-1971) Replace 'for' loop with 'foreach'

    [ https://issues.apache.org/jira/browse/TAJO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034971#comment-15034971 ] 

ASF GitHub Bot commented on TAJO-1971:
--------------------------------------

Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/890#issuecomment-161141111
  
    The patch looks good to me. If you fix the coding convention eminency mentioned, I'll finish the review.


> Replace 'for' loop with 'foreach'
> ---------------------------------
>
>                 Key: TAJO-1971
>                 URL: https://issues.apache.org/jira/browse/TAJO-1971
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Trivial
>              Labels: newbie
>
> Reports for loops which iterate over collections or arrays, and can be replaced with the foreach iteration syntax, available in Java 5 and newer, to get the improvement of readability and so on.



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