RFR: 8346982: Remove JMX javadoc duplication that was in place due to JDK-6369229

Alex Menkov amenkov at openjdk.org
Fri Jun 13 23:46:28 UTC 2025


On Fri, 13 Jun 2025 14:21:59 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Remove unnecessary javadoc duplication.
> 
> Both of these files:
> src/java.management/share/classes/javax/management/modelmbean/DescriptorSupport.java
> src/java.management/share/classes/javax/management/ImmutableDescriptor.java
> 
> ..have two instances of this comment:
>      // Note: this Javadoc is copied from javax.management.Descriptor
>      //       due to 6369229.
> 	 	 
> JDK-6369229 is long since resolved, the Javadoc duplication can be removed.
> 
> In the new doc build, we still have javadoc for equals() hashCode(), with e.g.:
> "Description copied from interface: Descriptor"

Marked as reviewed by amenkov (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/25803#pullrequestreview-2926789452


More information about the serviceability-dev mailing list