On Wed, 29 Jul 2026 14:31:44 GMT, Andy Goryachev <[email protected]> wrote:

>> If retrieval of the default locale is done with 
>> `Locale.getDefault(Locale.Category.FORMAT)` in more places in the codebase, 
>> it can be moved to a utility. This is a specific way to get the default 
>> locale. It could be moved to `BaseStringConverter`, but that would imply a 
>> standard amongst string converters (which is true, but there are only 2 use 
>> cases). I don't mind either way.
>
> yes, only in 2 cases; so it's good either way.

I think that it's fine to leave it as is and not create a coupling between how 
the old date-time converters behave and the new ones. Even though this is 
probably not going to change, it's semantic.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1880#discussion_r3682294642

Reply via email to