Re: RFR: 8332858: References with escapes have broken positions after they are transformed [v2]

2024-05-29 Thread Jonathan Gibbons
On Wed, 29 May 2024 11:50:14 GMT, Jan Lahoda wrote: >> If the javadoc comment contains a (Markdown) link like: >> >> [java.util.Arrays#asList(Object[])] >> >> >> The transformer that converts this link into the Javadoc link will not find >> the reference, as it is looking for `java.util.Array

RFR: 8329537: Nested and enclosing classes should be linked separately in breadcrumb navigation

2024-05-29 Thread Hannes Wallnöfer
Please review a patch to change the breadcrumb sub-navigation in API docs to display nested classes as separate links. The change itself is simple, I replaced the `getBreadCrumbLink` method in `HtmlDocletWriter` which returned a link for a single element with a new `addBreadCrumbLinks` method

Re: RFR: 8332858: References with escapes have broken positions after they are transformed [v2]

2024-05-29 Thread Jan Lahoda
> If the javadoc comment contains a (Markdown) link like: > > [java.util.Arrays#asList(Object[])] > > > The transformer that converts this link into the Javadoc link will not find > the reference, as it is looking for `java.util.Arrays#asList(Object[])` (note > the missing escapes), which is n