On Mon, 10 Nov 2025 20:11:52 GMT, Chen Liang <[email protected]> wrote:

>> Alan Bateman has updated the pull request with a new target base due to a 
>> merge or a rebase. The pull request now contains 45 commits:
>> 
>>  - Merge branch 'master' into JDK-8353835
>>  - Fix typo in test comment
>>  - Merge branch 'master' into JDK-8353835
>>  - Merge branch 'master' into JDK-8353835
>>  - Suppress warnings from some tests
>>  - Change -Xcheck:jni to be warning rather than fatal error
>>  - Merge branch 'master' into JDK-8353835
>>  - Simplify filter
>>  - Merge branch 'master' into JDK-8353835
>>  - Update Xcheck:jni description
>>  - ... and 35 more: https://git.openjdk.org/jdk/compare/066810c8...6671ae02
>
> src/java.base/share/classes/java/lang/reflect/doc-files/MutationMethods.html 
> line 56:
> 
>> 54:     <li><a href="../Field.html#setDouble(java.lang.Object,double)">
>> 55:         java.lang.reflect.Field.setDouble(Object, double)</a></li>
>> 56:     <li><a 
>> href="{@docRoot}/java.base/java/lang/invoke/MethodHandles.Lookup.html#unreflectSetter(java.lang.reflect.Field)">
> 
> Nit: Since javadoc process tags here, you could just use `{@link Field#set 
> java.lang.reflect.Field.set(Object, Object)}` instead of full-fledged a tags.

I wasn't aware that javadoc allowed this in .html docs-files, thanks for the 
tip.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25115#discussion_r2513298915

Reply via email to