RFR: 8219060 -linksource broken with modules

Jonathan Gibbons jonathan.gibbons at oracle.com
Fri May 10 00:47:00 UTC 2019


On 04/30/2019 06:21 AM, Hannes Wallnöfer wrote:
> Please review:
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8219060
> Webrev: http://cr.openjdk.java.net/~hannesw/8219060/webrev.00/
>
> Thanks,
> Hannes

Mostly OK ... some style comments to fix before pushing

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SourceToHTMLConverter.java.sdiff.html

171 * Convert the documented Packages contained in the given Module to 
an HTML representation.
172 *
173 * @param mdl the Module to convert.

Don't use capitals for "Packages, Module" and "Module" (2x)



test/langtools/jdk/javadoc/doclet/testModules/TestModules.java.sdiff.html

The style is one invocation of javajoc, and related checks, per @Test 
method, unless there is a strong dependency
between the invocations.  So, I suggest splitting testLinkSource into 
two methods.

-- Jon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20190509/004e15bf/attachment.html>


More information about the javadoc-dev mailing list