RFR: JDK-8284037: Snippet-files subdirectory not automatically detected when in unnamed package [v2]

Jonathan Gibbons jjg at openjdk.java.net
Wed May 25 16:35:00 UTC 2022


On Tue, 24 May 2022 19:46:51 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   address review feedback
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/SnippetTaglet.java line 223:
> 
>> 221:             JavaFileManager.Location l = utils.getLocationForPackage(pkg);
>> 222:             String relativeName = "snippet-files/" + v;
>> 223:             String packageName = packageName(pkg, utils);
> 
> Drop the now-unused `packageName` method.

Good catch!  Done.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8708


More information about the javadoc-dev mailing list