Menu

#58 Implement equals() and hashCode()

open
nobody
None
5
2011-06-16
2011-06-16
No

WSDL4J definition objects can become pretty memory consuming. This makes it sometimes important to cache definitions. This is however not easily possible since most WSDL4J implementation objects do not implement hashCode() and equals().

Please implement these two methods.

Discussion