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

Some javadoc links are broken #46

Open
mvarendorff opened this issue Sep 4, 2019 · 0 comments
Open

Some javadoc links are broken #46

mvarendorff opened this issue Sep 4, 2019 · 0 comments

Comments

@mvarendorff
Copy link
Member

/javadoc PrintStream#printf (1) produces: http://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object:A- while the link in the Java Documentation is https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html#printf-java.lang.String-java.lang.Object...-

This seems to be because of varargs vs array but weirdly enough /javadoc Arrays#asList produces https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#asList-java.lang.Object:A- which correctly links.

Maybe the difference here is generic varargs to "classed" varargs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant