RFR: 8338833: Error on reference not found for a snippet target [v2]
Hannes Wallnöfer
hannesw at openjdk.org
Wed May 21 10:08:51 UTC 2025
On Wed, 21 May 2025 07:35:12 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove assert that prevents invalid tag markup and rename variable
>
> Marked as reviewed by prappo (Reviewer).
Thanks for the review, @pavelrappo!
Unfortunately, my initial commit wasn't complete, I also had to remove an assert that would trigger with invalid reference (the `linkSeeReferenceOutput` method should be called with `null` reference, it generates the invalid tag markup).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25329#issuecomment-2897381925
More information about the javadoc-dev
mailing list