On Thu, 30 Jul 2026 15:02:57 GMT, Andy Goryachev <[email protected]> wrote:

>> Nir Lisker has updated the pull request incrementally with three additional 
>> commits since the last revision:
>> 
>>  - Update copyright year
>>  - Moved implNote to method docs
>>  - Remove unneeded .
>
> modules/javafx.base/src/main/java/javafx/util/converter/BaseStringConverter.java
>  line 51:
> 
>> 49:     abstract T fromNonEmptyString(String string);
>> 50: 
>> 51:     /// {@inheritDoc} `null` is converted to an empty string, otherwise 
>> the type's `toString` is used.
> 
> I don't think the javadoc in this class is being processed; we probably need 
> to copy the text to all the descendants or the base class:
> 
> <img width="381" height="695" alt="Image" 
> src="https://github.com/user-attachments/assets/83fb71c1-5f90-48d5-8643-cda48d495ac1";
>  />

I remember that it used to work. Looks like the behavior was changed: 
https://stackoverflow.com/questions/67693537/javadoc-of-package-private-interfaces-methods-is-not-inherited-since-java-9

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

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

Reply via email to