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 <[email protected]>: > > 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.
