RFR: 8284908: Refine diagnostic positions for DCErroneous [v2]
Pavel Rappo
prappo at openjdk.java.net
Wed Apr 20 22:35:06 UTC 2022
> 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
> ^
Pavel Rappo has updated the pull request incrementally with one additional commit since the last revision:
Address feedback
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8264/files
- new: https://git.openjdk.java.net/jdk/pull/8264/files/9bcb0a22..7bce75a6
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8264&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8264&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/8264.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8264/head:pull/8264
PR: https://git.openjdk.java.net/jdk/pull/8264
More information about the compiler-dev
mailing list