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

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