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

Unexpected parsing for @see

XMLWordPrintable

    • b25

        % cat X.java
        public class X {
            /**
             * @see "{@code}"
             */
            public void m() { }
        }

        Executing `javadoc X.java` yields the following two errors:

        X.java:3: error: unexpected content
             * @see "{@code}"
                     ^
        X.java:3: error: incorrect use of inline tag
             * @see "{@code}"
                          ^

              gli Guoxiong Li
              prappo Pavel Rappo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: