On Tue, 1 Jul 2025 15:18:52 GMT, Nizar Benalla <nbena...@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