stddoclet: Extra warnings "missing closing } character for inline tag"

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.3.0
    • Component/s: tools

      The following doc comment creates three warnings for the first missing '}'
      on @link, and no warnings for the second missing '}' on @docRoot:

      /**
       * {@link com.package1.Class1#publicStaticMethod().
       * Any label would be ignored.
       *
       * @see <a href="{@docRoot/com/package1/Class1.html">Class1</a>
       */

      Here are the warnings:
      ./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
       Any label would be ignored."
      ./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
       Any label would be ignored."
      ./Class1.java:34: warning - Missing closing } character for inline tag: "{@link com.package1.Class1#publicStaticMethod().
       Any label would be ignored."

      This is a simplification of the the full class Class1.java, which is attached.

            Assignee:
            Unassigned
            Reporter:
            Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: