RFR: JDK-8264181: javadoc tool Incorrect error message about malformed link [v2]
Hannes Wallnöfer
hannesw at openjdk.java.net
Wed May 19 16:07:40 UTC 2021
On Wed, 19 May 2021 13:29:57 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> ```
> #foo(int
> #foo(int)x
> F<T
> ```
Missing closing parenthesis is tested in `UnterminatedSignature`. I've added `UnterminatedSignature1` for the missing right angle bracket case. Text after closing parens is handled in `RefBadParens1` (it doesn't matter which character follows the closing parenthesis; I changed the test reference to look more like the one above).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4068
More information about the compiler-dev
mailing list