It has come to my attention that o.a.a.f.parameters.Parameters is lacking equals() and hashCode() semantics.
It seems it is not defined anywhere, but there is no reason why it shouldn't have the same semantics as HashMap.
I am proposing that the equals() and hashCode() are implemented, so that identical internal HashMaps and readonly attribute, produces an equality.
WDYAT??
all value objects in framework should have equals() and hashCode(), some have and should have toString(); and they should be serializable :-D
- LSD
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]