RFR: 8288619: Unexpected parsing for @see [v2]

Guoxiong Li gli at openjdk.org
Mon May 15 05:05:48 UTC 2023


On Fri, 12 May 2023 21:32:55 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> test/langtools/tools/javac/doctree/SeeTest.java line 59:
>> 
>>> 57:      * @see "{@code}"
>>> 58:      */
>>> 59:     void at_sign_in_quote_string() { }
>> 
>> (minor) add `d` after `quote` in method name
>
> Also, add a test case for this, with a newline after the tag:
> 
>     /**
>      * abc.
>      * @see
>      *    "{@code ...}"
>      */

> (minor) add `d` after `quote` in method name

Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13888#discussion_r1193327514


More information about the compiler-dev mailing list