RFR: 8288619: Unexpected parsing for @see
Guoxiong Li
gli at openjdk.org
Tue May 9 14:36:24 UTC 2023
On Tue, 9 May 2023 14:17:59 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Overall, I would expect `newline` to be set `false`earlier, maybe in `blockTag`, so that the setting applies to all block tags. That might still leave the possibility of a newline happening after the tag name and before the quoted string, but your test case does not cover that.
If there is something between the tag name and the quoted string,
the method `quotedString` is never invoked by method `TagParser::parse`.
So such case seems not related to this bug. Do I miss anything?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13888#issuecomment-1540248594
More information about the compiler-dev
mailing list