jira-importer commented on issue #862: URL: https://github.com/apache/maven-javadoc-plugin/issues/862#issuecomment-2957358162
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented Related links: [https://stackoverflow.com/a/38708383/14731](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8187386) https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8187386 Conclusion: it looks like this expected (albeit sub-optimal) behavior. The good news is that as of JDK 10 users can pass `--overridden-methods=summary` to the Javadoc tool and such methods will get pushed down below, to a "Methods declared in class X" section. Clicking on method names will take the user to the Javadoc definition in the base class. I think we can close this issue, unless you want to do the whole JDK-on-the-sourcepath thing on behalf of users. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
