RFR: 8285488: Improve DocFinder [v3]

Jonathan Gibbons jjg at openjdk.org
Mon Nov 14 23:19:50 UTC 2022


On Mon, 24 Oct 2022 20:36:31 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Pavel Rappo has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix: test failed due to filesystem handling issues
>>   
>>   Filed 8295543 to track that filesystem issue and fixed the test to make
>>   sure the package cannot be confused with the type parameter, whose
>>   name is not pertinent to the test anyway.
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ParamTaglet.java line 82:
> 
>> 80:         Integer position = stringIntegerMap.get(ch.getParameterName(param));
>> 81:         if (position == null) {
>> 82:             return new Output(null, null, List.of(), true); // remodel, because it's an error
> 
> I'm not sure I understand the comment: is it some form of TODO?

ping...

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

PR: https://git.openjdk.org/jdk/pull/10746


More information about the javadoc-dev mailing list