Methods from package-private classes don't appear on the Index page
Hannes Wallnöfer
hannes.wallnoefer at oracle.com
Mon Jan 27 19:18:12 UTC 2020
Hi Roman,
I recently discovered and filed this bug:
https://bugs.openjdk.java.net/browse/JDK-8237383
Although the bug I filed is about the search index, I’m quite sure the two issues are actually one and the same. I’ll update the Jira issue to include mention of the index page.
Thanks for reporting!
Hannes
> Am 27.01.2020 um 16:45 schrieb Roman Leventov <leventov.ru at gmail.com>:
>
> Foo.java:
> package a;
> class Foo {
> public void foo() {}
> }
>
> Bar.java:
> package a;
> public class Bar extends Foo {}
>
> in generated Javadoc site, foo() method is not listed on the index page.
>
> I verified this with OpenJDK 11.0.3.
More information about the javadoc-dev
mailing list