-
Bug
-
Resolution: Unresolved
-
P4
-
1.4.0
-
sparc
-
solaris_2.6
Name: dsR10051 Date: 02/21/2002
Javadoc for method of class java.beans.IndexedPropertyDescriptor
public boolean equals(Object obj)
is copied from java.beans.PropertyDescriptor class:
* @(#)IndexedPropertyDescriptor.java 1.34 01/12/03
"
/**
* Compares this <code>PropertyDescriptor</code> against the specified object.
* Returns true if the objects are the same. Two <code>PropertyDescriptor</code>s
* are the same if the read, write, property types, property editor and
* flags are equivalent.
*
* @since 1.4
*/
public boolean equals(Object obj) {
"
It should explain the IndexedPropertyDescriptor objects comparison.
======================================================================
Javadoc for method of class java.beans.IndexedPropertyDescriptor
public boolean equals(Object obj)
is copied from java.beans.PropertyDescriptor class:
* @(#)IndexedPropertyDescriptor.java 1.34 01/12/03
"
/**
* Compares this <code>PropertyDescriptor</code> against the specified object.
* Returns true if the objects are the same. Two <code>PropertyDescriptor</code>s
* are the same if the read, write, property types, property editor and
* flags are equivalent.
*
* @since 1.4
*/
public boolean equals(Object obj) {
"
It should explain the IndexedPropertyDescriptor objects comparison.
======================================================================