RFR: 8377904: Replace Double.parseDouble() with CssNumberParser [v2]

Andy Goryachev angorya at openjdk.org
Wed Feb 25 18:08:28 UTC 2026


On Wed, 25 Feb 2026 18:03:15 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> Replace occurrences of `Double.parseDouble()` with `CssNumberParser.parseDouble()` in CSS-related code.
>> 
>> As with #2069, the specification of JavaFX CSS is not changed.
>> 
>> There are no new tests, because the existing tests already cover all affected code paths.
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review comments

Thank you for making changes!
Looks good, sanity check with the monkey tester looks good.

-------------

Marked as reviewed by angorya (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/2087#pullrequestreview-3855927863


More information about the openjfx-dev mailing list