Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc external links should include correct module name #1573

Closed
MarcinAman opened this issue Oct 16, 2020 · 0 comments · Fixed by #1980
Closed

Javadoc external links should include correct module name #1573

MarcinAman opened this issue Oct 16, 2020 · 0 comments · Fixed by #1980
Labels
Milestone

Comments

@MarcinAman
Copy link
Contributor

Right now link to JavaCompiler on JDK 14 looks like this: https://docs.oracle.com/en/java/javase/14/docs/api/java.base/javax/tools/JavaCompiler.html
While it should include a correct module name from the package list:
https://docs.oracle.com/en/java/javase/14/docs/api/java.compiler/javax/tools/JavaCompiler.html

Package list: https://docs.oracle.com/en/java/javase/14/docs/api/element-list

@MarcinAman MarcinAman added the bug label Oct 16, 2020
@kamildoleglo kamildoleglo added this to the 1.4.20 milestone Nov 2, 2020
@MarcinAman MarcinAman linked a pull request Jul 7, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants