Integrated: 8284908: Refine diagnostic positions for DCErroneous
Pavel Rappo
prappo at openjdk.java.net
Thu Apr 21 09:01:30 UTC 2022
On Fri, 15 Apr 2022 16:58:55 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> Before:
>
> Standard Doclet version 18+36-2087
> Building tree for all the packages and classes...
> Generating /tmp/whatever/ExampleDiagnostics.html...
> ExampleDiagnostics.java:5: error: unexpected content
> * {@docRoot a}
> ^
> ExampleDiagnostics.java:11: error: unexpected content
> * {@inheritDoc a}
> ^
> ExampleDiagnostics.java:17: error: '>' expected
> * @param <T param
> ^
>
> After:
>
> Standard Doclet version 19-internal-2022-04-07-1105474.pavelrappo...
> Building tree for all the packages and classes...
> Generating /tmp/whatever/ExampleDiagnostics.html...
> ExampleDiagnostics.java:5: error: unexpected content
> * {@docRoot a}
> ^
> ExampleDiagnostics.java:11: error: unexpected content
> * {@inheritDoc a}
> ^
> ExampleDiagnostics.java:17: error: '>' expected
> * @param <T param
> ^
This pull request has now been integrated.
Changeset: d6b5a635
Author: Pavel Rappo <prappo at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/d6b5a6357710598be225e67f82e6e0c1bed2d62f
Stats: 67 lines in 14 files changed: 19 ins; 0 del; 48 mod
8284908: Refine diagnostic positions for DCErroneous
Reviewed-by: jjg
-------------
PR: https://git.openjdk.java.net/jdk/pull/8264
More information about the javadoc-dev
mailing list