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

In 2.6.1 release, there are some JavaDoc insignificant warnings. #62

Closed
protobufel opened this issue Oct 22, 2014 · 1 comment
Closed

Comments

@protobufel
Copy link

Here is what I get while doing Maven install, excerpt:


[WARNING] Javadoc Warnings
[WARNING] src\main\java\com\google\protobuf\ByteString.java:711: warning - End Delimiter } missing for possible See Tag in comment string: "Creates an {@code InputStream} which can be used to read the bytes.
[WARNING] <p>
[WARNING] The {@link InputStream} returned by this method is guaranteed to be
[WARNING] completely non-blocking.  The method {@link InputStream#available()}
[WARNING] returns the number of bytes remaining in the stream. The methods
[WARNING] {@link InputStream#read(byte[]), {@link InputStream#read(byte[],int,int)}
[WARNING] and {@link InputStream#skip(long)} will read/skip as many bytes as are
[WARNING] available.
[WARNING] <p>
[WARNING] The methods in the returned {@link InputStream} might <b>not</b> be
[WARNING] thread safe."
[WARNING] \src\main\java\com\google\protobuf\ByteString.java:509: warning - @link{#copyTo(byte[],int,int,int}. is an unknown tag.
[WARNING] \src\main\java\com\google\protobuf\ByteString.java:509: warning - @code{numberToCopy is an unknown tag.
[WARNING] \src\main\java\com\google\protobuf\Internal.java:275: warning - Tag @link: can't find equals() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:311: warning - Tag @link: can't find equals() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:324: warning - Tag @link: can't find equals() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:245: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:299: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:288: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:355: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:341: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:256: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:264: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite
[WARNING] \src\main\java\com\google\protobuf\Internal.java:236: warning - Tag @link: can't find hashCode() in com.google.protobuf.MessageLite


@xfxyjwf xfxyjwf added this to the Release 3.0.0-alpha milestone Nov 25, 2014
@xfxyjwf
Copy link
Contributor

xfxyjwf commented Nov 26, 2014

Fixed in #106

@xfxyjwf xfxyjwf closed this as completed Nov 26, 2014
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

2 participants