On Tue, 29 Aug 2023 20:09:37 GMT, Justin Lu wrote:
>> Please review this PR and [CSR
>> ](https://bugs.openjdk.org/browse/JDK-8314974)which clarifies behavior for
>> BreakIterator instances when text has not been set.
>>
>> For example, calling `BreakIterator.getWordInstance().next();` has an
> Please review this PR and [CSR
> ](https://bugs.openjdk.org/browse/JDK-8314974)which clarifies behavior for
> BreakIterator instances when text has not been set.
>
> For example, calling `BreakIterator.getWordInstance().next();` has an
> ambiguous result.
> A boundary searching operation was
On Thu, 24 Aug 2023 21:39:39 GMT, Justin Lu wrote:
> Please review this PR and [CSR
> ](https://bugs.openjdk.org/browse/JDK-8314974)which clarifies behavior for
> BreakIterator instances when text has not been set.
>
> For example, calling `BreakIterator.getWordInstance().next();` has an
> a
Please review this PR and [CSR
](https://bugs.openjdk.org/browse/JDK-8314974)which clarifies behavior for
BreakIterator instances when text has not been set.
For example, calling `BreakIterator.getWordInstance().next();` has an
ambiguous result.
A boundary searching operation was called but no