javadoc warning fixes
Martin Buchholz
martinrb at google.com
Wed Jul 29 13:27:34 PDT 2009
On Wed, Jul 29, 2009 at 12:46, Alan Bateman<Alan.Bateman at sun.com> wrote:
> Martin Buchholz wrote:
>>
>> Here are some easy javadoc warning fixes:
>>
>> http://cr.openjdk.java.net/~martin/webrevs/openjdk7/nio-javadoc-warnings/
>>
>
> Thanks for catching these.
>
> The link to bind (in DatagramChannel) is already fixed in the nio
> repository, I just hadn't got around to pushing it. No problem if fix it in
> jdk7/tl/jdk first.
OK.
> In the attribute/package-info.java I think I prefer "lookup" because that is
> consistent with the class description in UserPrincipalLookupService. I agree
OK.
> with the other fixes (the wrong package for the links to CME is kinda
> embarrassing).
>
> Anyway, I've created so you can push these:
> 6866554: Javadoc warnings in channels and file packages
>
>> Here are more unfixed warnings in nio-land that I'm not addressing:
>>
>> ../../src/share/classes/java/nio/file/FileRef.java:48: warning - Tag
>> @see: reference not found: java.io.Inputs
>> ../../src/share/classes/java/nio/file/FileRef.java:48: warning - Tag
>> @see: reference not found: java.io.Outputs
>> ../../src/share/classes/java/nio/channels/package-info.java:293:
>> warning - Tag @link: reference not found: java.nio.MappedBigByteBuffer
>>
>
> The link to the non-existent MappedBigByteBuffer is fixed in the nio
> repository (someone reported a few months ago). Can you include it in your
> changes?
Done.
Martin
More information about the nio-dev
mailing list