RFR: 8209914: javadoc search sometimes generates bad URIs
Hannes Wallnöfer
hannes.wallnoefer at oracle.com
Thu Sep 13 07:06:24 UTC 2018
Thanks for the review, Jon.
> Am 12.09.2018 um 22:59 schrieb Jonathan Gibbons <jonathan.gibbons at oracle.com>:
>
> OK.
>
> I don't know why the `.attr("href", "#")` was present, but having played with the generated docs, I agree that
> the issue in question has been fixed.
>
> (Separately, the display order of the choices for List.of seems weird/backward. I'll file a separate issue with screenshot.)
>
I noticed that as well. It is caused by introducing java.text.Collator for sorting search results in https://bugs.openjdk.java.net/browse/JDK-8190876. Using String#compareToIgnoreCase method the order is what it used to be before.
Hannes
More information about the javadoc-dev
mailing list