On Sat, 1 Aug 2026 03:20:43 GMT, Nir Lisker <[email protected]> wrote:
>> 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 > > Wait, it *does* work. You're looking at `DefaultStringConverter`, the only > class that doesn't inherit from `BaseStringConverter` and has its own docs > (the behavior that was chosen for the parsing and formatting is rather > inconsistent and seems incidental, but that's what we have). Here's > `BigDecimalStringConverter`: > <img width="1093" height="545" alt="image" > src="https://github.com/user-attachments/assets/21c4fbb9-5b6d-4737-b416-6afc0dee514c" > /> you are right! ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1880#discussion_r3706066674
