[
https://issues.apache.org/jira/browse/ZOOKEEPER-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andor Molnar resolved ZOOKEEPER-3415.
-------------------------------------
Fix Version/s: 3.7.0
Resolution: Fixed
Issue resolved by pull request 1311
[https://github.com/apache/zookeeper/pull/1311]
> convert internal logic to use java 8 streams
> --------------------------------------------
>
> Key: ZOOKEEPER-3415
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3415
> Project: ZooKeeper
> Issue Type: Wish
> Affects Versions: 3.6.0
> Reporter: Brian Nixon
> Priority: Trivial
> Labels: newbie, pull-request-available
> Fix For: 3.7.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> There are a number of places in the code where for loops are used to perform
> basic filtering and collection. The java 8 stream api's make these operations
> much more polished. Since the master branch has been at this language level
> for a while, I'd wish for a (series of) refactor(s) to convert more of these
> loops to streams.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)