On Wed, 29 Jul 2026 11:45:47 GMT, Nir Lisker <[email protected]> wrote:

>> modules/javafx.base/src/main/java/javafx/util/StringConverter.java line 38:
>> 
>>> 36: /// - Except for `DefaultStringConverter`, formatting `null` returns an 
>>> empty string, otherwise the type's `toString` is
>>> 37: /// used if it is suitable; parsing `null` or an empty string returns 
>>> `null`.
>>> 38: /// - Immutable (the same converter can be reused, except for 
>>> `DateTimeStringConverter`s that can only be reused on the
>> 
>> This limitation probably needs to be added to `DefaultStringConverter` class 
>> javadoc.  We can keep it here as well.
>
> I should consider moving the docs on formatting and parsing to the methods 
> themselves rather than putting them on the class level, and then removing 
> this comment.

Do you want to describe this limitation in this PR or in a follow-up?

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

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

Reply via email to