RFR: 8346659: SnippetTaglet should report an error if provided ambiguous links [v9]
Nizar Benalla
nbenalla at openjdk.org
Thu Feb 27 14:55:15 UTC 2025
On Wed, 26 Feb 2025 15:03:46 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:
>> Some javadoc snippets can match multiple links to the same content, leading to different results in different javadoc runs.
>> This patch proposes emitting an error when such cases are encountered.
>>
>> There is a very trivial, unrelated change in `TestGlobalHtml.java` because I noticed some whitespace wasn't right.
>
> Nizar Benalla has updated the pull request incrementally with two additional commits since the last revision:
>
> - Revert "Improve error message by pointing to location of links"
>
> This reverts commit 9b2107d90203febd9615e7622816432751c3f9e2.
> - Revert "trim error message"
>
> This reverts commit e0d70a410a1149efa07f6486334fdcad3e31a3c9.
Thanks for the reviews, glad we fixed this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23328#issuecomment-2688191986
More information about the javadoc-dev
mailing list