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

Problems during javadoc task #1

Open
puntogil opened this issue Nov 28, 2015 · 0 comments
Open

Problems during javadoc task #1

puntogil opened this issue Nov 28, 2015 · 0 comments

Comments

@puntogil
Copy link

Hi
I would like to point out some problems when generating javadoc with Java8:
[WARNING] /builddir/build/BUILD/riffle-1.0.0/src/main/java/riffle/process/Depend
encyIncoming.java:44: warning - Tag @link:illegal character: "60" in "java.util.
Collection"
[WARNING] /builddir/build/BUILD/riffle-1.0.0/src/main/java/riffle/process/Depend
encyIncoming.java:44: warning - Tag @link:illegal character: "62" in "java.util.
Collection"
[WARNING] /builddir/build/BUILD/riffle-1.0.0/src/main/java/riffle/process/Depend
encyOutgoing.java:41: warning - Tag @link:illegal character: "60" in "java.util.
Collection"
[WARNING] /builddir/build/BUILD/riffle-1.0.0/src/main/java/riffle/process/Depend
encyOutgoing.java:41: warning - Tag @link:illegal character: "62" in "java.util.
Collection"

There are actually two broken javadoc links in that file. The first on line
30 is "{link Object}", which should be "{@link Object}", and the second, on
line 31, is "{@link java.util.Collection}", which should be
"{@link java.util.Collection}".

Thanks in advance
Regards

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