RFR: 8177100: APIs duplicated in JavaDoc [v8]

Hannes Wallnöfer hannesw at openjdk.org
Tue Jul 1 17:14:42 UTC 2025


On Tue, 1 Jul 2025 15:18:52 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

>> test/langtools/jdk/javadoc/doclet/testDuplicateMethodsWarn/TestDuplicateMethods.java line 219:
>> 
>>> 217:                 <div class="member-signature"><span class="modifiers">public</span> <span class="element-name">V</span>()</div>
>>> 218:                 </div>
>>> 219:                 """);
>> 
>> That's the doc for the constructor. I was looking for method `testJ` inherited from abstract class `PubJ`.
>
> I believe `testJ` does not have it's own doc in `V.html`. It only appears in the "methods inherited from class J" section

Yes, that's what should be tested.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25123#discussion_r2178140084


More information about the javadoc-dev mailing list