Re: RFR: 8314169: Combine related RoundingMode logic in j.text.DigitList [v3]

2023-08-15 Thread Naoto Sato
On Tue, 15 Aug 2023 16:38:42 GMT, Justin Lu wrote: >> Please review this PR which is a broad clean up of the DigitList class (used >> by Format classes in j.text). >> >> This PR is intended to be a portion of a bigger change (split up to make >> reviewing easier). >> >> The main change simpl

Re: RFR: 8314169: Combine related RoundingMode logic in j.text.DigitList [v3]

2023-08-15 Thread Justin Lu
> Please review this PR which is a broad clean up of the DigitList class (used > by Format classes in j.text). > > This PR is intended to be a portion of a bigger change (split up to make > reviewing easier). > > The main change simplifying related Rounding Mode logic in `shouldRoundUp()` > -