You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "spark shen (JIRA)" <ji...@apache.org> on 2006/08/23 09:50:13 UTC

[jira] Created: (HARMONY-1264) [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap

[classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap
-----------------------------------------------------------------------------------------------

                 Key: HARMONY-1264
                 URL: http://issues.apache.org/jira/browse/HARMONY-1264
             Project: Harmony
          Issue Type: New Feature
          Components: Classlib
            Reporter: spark shen


new methods containsKey(Object) containsValue(Object) and equals(Map) in
java.util.EnumMap but not implemented in Harmony(project luni).

I will attach a patch soon to provide the implementation

Best regards

-- 
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

        

[jira] Updated: (HARMONY-1264) [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap

Posted by "spark shen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1264?page=all ]

spark shen updated HARMONY-1264:
--------------------------------

    Attachment: harmony-1264.diff

Would you please try this patch?

Best regards

> [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1264
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1264
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Attachments: harmony-1264.diff
>
>
> new methods containsKey(Object) containsValue(Object) and equals(Map) in
> java.util.EnumMap but not implemented in Harmony(project luni).
> I will attach a patch soon to provide the implementation
> Best regards

-- 
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

        

[jira] Commented: (HARMONY-1264) [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap

Posted by "spark shen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1264?page=comments#action_12430248 ] 
            
spark shen commented on HARMONY-1264:
-------------------------------------

The patch looks fine. Thank you

> [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1264
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1264
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1264.diff
>
>
> new methods containsKey(Object) containsValue(Object) and equals(Map) in
> java.util.EnumMap but not implemented in Harmony(project luni).
> I will attach a patch soon to provide the implementation
> Best regards

-- 
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

        

[jira] Closed: (HARMONY-1264) [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1264?page=all ]

Paulex Yang closed HARMONY-1264.
--------------------------------


Verified by Spark

> [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1264
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1264
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1264.diff
>
>
> new methods containsKey(Object) containsValue(Object) and equals(Map) in
> java.util.EnumMap but not implemented in Harmony(project luni).
> I will attach a patch soon to provide the implementation
> Best regards

-- 
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

        

[jira] Assigned: (HARMONY-1264) [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1264?page=all ]

Paulex Yang reassigned HARMONY-1264:
------------------------------------

    Assignee: Paulex Yang

> [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1264
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1264
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1264.diff
>
>
> new methods containsKey(Object) containsValue(Object) and equals(Map) in
> java.util.EnumMap but not implemented in Harmony(project luni).
> I will attach a patch soon to provide the implementation
> Best regards

-- 
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

        

[jira] Resolved: (HARMONY-1264) [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1264?page=all ]

Paulex Yang resolved HARMONY-1264.
----------------------------------

    Resolution: Fixed

Spark, patch applied at revision r434364, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][luni] new methods containsKey(Object) and containsValue(Object) in java.util.EnumMap
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1264
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1264
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1264.diff
>
>
> new methods containsKey(Object) containsValue(Object) and equals(Map) in
> java.util.EnumMap but not implemented in Harmony(project luni).
> I will attach a patch soon to provide the implementation
> Best regards

-- 
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