RFR: JDK-8287524: Improve checkboxes to select releases on deprecated API page [v2]

Hannes Wallnöfer hannesw at openjdk.java.net
Fri Jun 3 09:18:33 UTC 2022


On Wed, 1 Jun 2022 18:14:09 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add comment
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DeprecatedAPIListBuilder.java line 63:
> 
>> 61:             if (!releases.containsAll(foundReleases)) {
>> 62:                 // Empty string is added for other releases, including the default value ""
>> 63:                 releases.add("");
> 
> Is this instance of an empty string related to preceding uses of empty string, noted earlier in these review comments?

Yes, the empty string is used to represent other/uncategorized releases.

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

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


More information about the javadoc-dev mailing list