RFR: JDK-8157682: @inheritDoc doesn't work with @exception

Pavel Rappo prappo at openjdk.java.net
Thu Mar 4 16:13:40 UTC 2021


On Thu, 4 Mar 2021 15:47:25 GMT, Jonathan Gibbons <jjg 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.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2818


More information about the javadoc-dev mailing list