Relates :
|
|
Relates :
|
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.
|