[ http://issues.apache.org/jira/browse/MYFACES-463?page=all ]
Martin Marinschek closed MYFACES-463:
-------------------------------------
Fix Version: Nightly Build
Resolution: Fixed
> javax.faces.component._ComponentAttributesMap misses correct equals() method
> ----------------------------------------------------------------------------
>
> Key: MYFACES-463
> URL: http://issues.apache.org/jira/browse/MYFACES-463
> Project: MyFaces
> Type: Bug
> Components: JSR-127
> Versions: Nightly Build
> Reporter: Oliver Rossmueller
> Assignee: Martin Marinschek
> Fix For: Nightly Build
>
> javax.faces.component._ComponentAttributesMap does not fullfil the Map
> contract because equals() is not implemented as required for Map:
> public boolean equals(Object o)
> Compares the specified object with this map for equality. Returns true if
> the given object is also a map and the two Maps represent the same mappings.
> More formally, two maps t1 and t2 represent the same mappings if
> t1.entrySet().equals(t2.entrySet()). This ensures that the equals method
> works properly across different implementations of the Map interface.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira