RFR: JDK-8157682: @inheritDoc doesn't work with @exception [v2]
Jonathan Gibbons
jjg at openjdk.java.net
Thu Mar 4 16:27:39 UTC 2021
On Thu, 4 Mar 2021 16:10:30 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> > > This commit changes the order of block tags in the output. The fact that no tests failed when I ran them surprised me. I think we should both fix that order and introduce a test for it.
> >
> >
> > Can you give more details? Did you observe that anywhere, or are you inferring that from the code somewhere?
>
> I saw that difference in the produced documentation for JDK. I suggest you build documentation for "before" and "after", each time with the `-notimestamp` option, and compare them; you should see what I saw.
Wow. Good catch! That was unexpected! Will investigate!
-------------
PR: https://git.openjdk.java.net/jdk/pull/2818
More information about the javadoc-dev
mailing list