RFR: 8259218: (fs) Add links in from overloaded methods in java.nio.file.Files
Brian Burkhalter
brian.burkhalter at oracle.com
Wed Mar 10 17:07:43 UTC 2021
> On Mar 10, 2021, at 8:57 AM, Alan Bateman <alanb at openjdk.java.net> wrote:
>
>> Because all methods in `Files` are static, and because the text speaks of "evaluating an expression" and is formatted as a code block (rather than as an inline reference), I wonder if you shouldn't add the `Files.` prefix here, and keep it in all the other snippets rather than removing it.
>> Also - doesn't the link target need to start with a hash sign? I mean:
>>
>> {@link #walkFileTree(Path, Set<FileVisitOption>, int, FileVisitor<? super Path>)
>> ... }
>>
>> best regards,
>>
>> -- daniel
>
> I think you right and adding "Files." to the label should mean it looks the same as before.
It was inconsistent before. I’ll add “Files” to the blockquote cases but not inline.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20210310/7ba4042a/attachment.htm>
More information about the nio-dev
mailing list