Re: RFR: 8279361: Error in documentation of third Stream.reduce method [v3]

2022-10-03 Thread Viktor Klang
> This JavaDoc change attempts to shine some light on the `combiner`-function > as it relates to the third variant of `Stream.reduce` since it according to > the bug submission in JBS can be confusing that the `combiner` is not > mentioned in the code example in the documentation. Viktor Klang

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-10-03 Thread Viktor Klang
On Fri, 30 Sep 2022 21:34:44 GMT, Stuart Marks wrote: >> This JavaDoc change attempts to shine some light on the `combiner`-function >> as it relates to the third variant of `Stream.reduce` since it according to >> the bug submission in JBS can be confusing that the `combiner` is not >> mentio

Re: RFR: 8279361: Error in documentation of third Stream.reduce method [v2]

2022-10-03 Thread Viktor Klang
> This JavaDoc change attempts to shine some light on the `combiner`-function > as it relates to the third variant of `Stream.reduce` since it according to > the bug submission in JBS can be confusing that the `combiner` is not > mentioned in the code example in the documentation. Viktor Klang

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-30 Thread Stuart Marks
On Wed, 28 Sep 2022 15:36:50 GMT, Viktor Klang wrote: > This JavaDoc change attempts to shine some light on the `combiner`-function > as it relates to the third variant of `Stream.reduce` since it according to > the bug submission in JBS can be confusing that the `combiner` is not > mentioned

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-30 Thread Viktor Klang
On Fri, 30 Sep 2022 00:44:01 GMT, Stuart Marks wrote: >> This JavaDoc change attempts to shine some light on the `combiner`-function >> as it relates to the third variant of `Stream.reduce` since it according to >> the bug submission in JBS can be confusing that the `combiner` is not >> mentio

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-29 Thread Stuart Marks
On Wed, 28 Sep 2022 15:36:50 GMT, Viktor Klang wrote: > This JavaDoc change attempts to shine some light on the `combiner`-function > as it relates to the third variant of `Stream.reduce` since it according to > the bug submission in JBS can be confusing that the `combiner` is not > mentioned

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-29 Thread Viktor Klang
On Thu, 29 Sep 2022 16:29:54 GMT, Paul Sandoz wrote: >> This JavaDoc change attempts to shine some light on the `combiner`-function >> as it relates to the third variant of `Stream.reduce` since it according to >> the bug submission in JBS can be confusing that the `combiner` is not >> mention

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-29 Thread Paul Sandoz
On Wed, 28 Sep 2022 15:36:50 GMT, Viktor Klang wrote: > This JavaDoc change attempts to shine some light on the `combiner`-function > as it relates to the third variant of `Stream.reduce` since it according to > the bug submission in JBS can be confusing that the `combiner` is not > mentioned

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-29 Thread Oracle
On Thu, 29 Sep 2022 06:55:30 GMT, Tagir F. Valeev wrote: >> This JavaDoc change attempts to shine some light on the `combiner`-function >> as it relates to the third variant of `Stream.reduce` since it according to >> the bug submission in JBS can be confusing that the `combiner` is not >> men

Re: RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-28 Thread Tagir F . Valeev
On Wed, 28 Sep 2022 15:36:50 GMT, Viktor Klang (Oracle) wrote: > This JavaDoc change attempts to shine some light on the `combiner`-function > as it relates to the third variant of `Stream.reduce` since it according to > the bug submission in JBS can be confusing that the `combiner` is not >

RFR: 8279361: Error in documentation of third Stream.reduce method

2022-09-28 Thread Oracle
This JavaDoc change attempts to shine some light on the `combiner`-function as it relates to the third variant of `Stream.reduce` since it according to the bug submission in JBS can be confusing that the `combiner` is not mentioned in the code example in the documentation. - Commit