On Wed, 25 Feb 2026 00:33:09 GMT, Michael Strauß <[email protected]> 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. This pull request has now been integrated. Changeset: 6c2b48f8 Author: Michael Strauß <[email protected]> URL: https://git.openjdk.org/jfx/commit/6c2b48f8dadd4d3c318064f9b7d3c25e5795aba9 Stats: 86 lines in 4 files changed: 45 ins; 11 del; 30 mod 8377904: Replace Double.parseDouble() with CssNumberParser Reviewed-by: angorya, mmack ------------- PR: https://git.openjdk.org/jfx/pull/2087
