You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/31 21:33:04 UTC

[jira] [Commented] (KARAF-5168) Replace old-style loops with foreach loops or streams

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

ASF GitHub Bot commented on KARAF-5168:
---------------------------------------

GitHub user skitt opened a pull request:

    https://github.com/apache/karaf/pull/306

    KARAF-5168: replace old-style loops

    This patch replaces a number of old-style explicit loops over arrays
    or iterators with foreach loops or streams.
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skitt/karaf foreach-loops

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/306.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #306
    
----
commit 654c861a88d9deba561a1065cb0b2b861daa4f32
Author: Stephen Kitt <sk...@redhat.com>
Date:   2017-05-31T21:30:50Z

    KARAF-5168: replace old-style loops
    
    This patch replaces a number of old-style explicit loops over arrays
    or iterators with foreach loops or streams.
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>

----


> Replace old-style loops with foreach loops or streams
> -----------------------------------------------------
>
>                 Key: KARAF-5168
>                 URL: https://issues.apache.org/jira/browse/KARAF-5168
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 4.2.0
>            Reporter: Stephen Kitt
>            Priority: Trivial
>
> There are still a number of old-style loops over arrays or explicit iterations; these can be replaced by foreach loops or even streams in some cases.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)