Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8332858

References with escapes have broken positions after they are transformed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 23
    • 23
    • tools
    • None
    • b26

      Consider Markdown javadoc like:
      ---
      /// [java.util.Arrays#asList(Object\[\])]
      ---

      The MarkdownTransformer will convert this link into the javadoc {@link}, but the ReferenceTree inside this link will have start position -1. This is caused by the escapes (\[ and \]).

            jlahoda Jan Lahoda
            jlahoda Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: