-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b79
-
generic
-
generic
-
Verified
While verifying the 6273662, I saw that the body of the description of methods
ImmutableDescriptor.equals()
ImmutableDescriptor.hashCode()
modelmbean.DescriptorSupport.hashCode()
modelmbean.DescriptorSupport.equals()
is wrong.
It is copied from class Object as what we expect is to get it copied from interface Descriptor.
Strangely, if you use the javadoc tool that comes with J2SE 1.4, you get the expected description.
A full scan might help to dig out other occurrences.
ImmutableDescriptor.equals()
ImmutableDescriptor.hashCode()
modelmbean.DescriptorSupport.hashCode()
modelmbean.DescriptorSupport.equals()
is wrong.
It is copied from class Object as what we expect is to get it copied from interface Descriptor.
Strangely, if you use the javadoc tool that comes with J2SE 1.4, you get the expected description.
A full scan might help to dig out other occurrences.
- relates to
-
JDK-6376959 Algorithm for Inheriting Method Comments seems to go not as documented
- Resolved
-
JDK-6273662 At several places the way hashcode is built is either over or under specified
- Closed
-
JDK-8346982 Remove JMX javadoc duplication that was in place due to JDK-6369229
- Open