RFR: 8250802: Refactor StringConverter and its subclasses [v5]
Nir Lisker
nlisker at openjdk.org
Tue Dec 23 09:49:56 UTC 2025
On Mon, 22 Dec 2025 23:50:25 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Nir Lisker has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Clarify thread safety
>
> modules/javafx.base/src/main/java/javafx/util/converter/CharacterStringConverter.java line 28:
>
>> 26: package javafx.util.converter;
>> 27:
>> 28: /// A `StringConverter` implementation for `Character` (and `character`) values. Formatting is done by
>
> Shouldn't that be "and `char`" since there is no primitive type name `character`?
The only primitive with a different name from its wrapper :)
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1880#discussion_r2642608642
More information about the openjfx-dev
mailing list