RFR: 8365832: Refactor FloatingDecimal
Johannes Graham
duke at openjdk.org
Wed Aug 20 07:40:23 UTC 2025
On Sat, 25 Jan 2025 13:04:52 GMT, Shaojin Wen <swen at openjdk.org> wrote:
> Since FloatToDecimal and DoubleToDecimal are used in Float.toString and Double.toString, some code in FloatingDecimal is not used. This refactoring is to remove the unused code and reuse DecimalDigits to reduce duplication of code.
@wenshao How about extracting a new PR from this that only deals with removing the unused code?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23311#issuecomment-2847787894
More information about the core-libs-dev
mailing list