On Tue, 23 Dec 2025 09:01:49 GMT, Nir Lisker <[email protected]> wrote:
>> modules/javafx.base/src/main/java/javafx/util/converter/BooleanStringConverter.java >> line 28: >> >>> 26: package javafx.util.converter; >>> 27: >>> 28: /// A `StringConverter` implementation for `Boolean` (and `boolean`) >>> values. Formatting is done by [Boolean#toString()] >> >> The `Boolean` reference is currently a hyperlink. Did you remove it >> intentionally? > > All the parametric types are linked in the superclass definition when the > HTML docs are rendered: `extends StringConverter<Boolean>`. Look at > https://openjfx.io/javadoc/25/javafx.base/javafx/util/converter/BooleanStringConverter.html > to see if the link in the description is still needed. The link is lost: <img width="352" height="111" alt="Image" src="https://github.com/user-attachments/assets/f33cd7a6-9c74-4b98-9b51-fd3104b5dd81" /> ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1880#discussion_r3668560147
