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/18 06:45:13 UTC

[jira] Created: (HARMONY-1220) [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap

[classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap
------------------------------------------------------------------------------------------------

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


new methods 
public V get(Object key) and 
public void putAll(Map<? extendsK,? extends V> m) 
in java.util.EnumMap but not implemented in Harmony(project luni).


-- 
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-1220) [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap

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

Paulex Yang resolved HARMONY-1220.
----------------------------------

    Resolution: Fixed

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


> [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1220
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1220
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1220.diff
>
>
> new methods 
> public V get(Object key) and 
> public void putAll(Map<? extendsK,? extends V> m) 
> in java.util.EnumMap but not implemented in Harmony(project luni).

-- 
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-1220) [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap

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

spark shen updated HARMONY-1220:
--------------------------------

    Attachment: Harmony-1220.diff

This patch provides the implementation for java.util.EnumMap.get(Object) and java.util.EnumMap.putAll(Map), would you please try it?

Best regards

> [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1220
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1220
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Attachments: Harmony-1220.diff
>
>
> new methods 
> public V get(Object key) and 
> public void putAll(Map<? extendsK,? extends V> m) 
> in java.util.EnumMap but not implemented in Harmony(project luni).

-- 
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-1220) [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap

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

The patch looks fine

Best regards

> [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1220
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1220
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1220.diff
>
>
> new methods 
> public V get(Object key) and 
> public void putAll(Map<? extendsK,? extends V> m) 
> in java.util.EnumMap but not implemented in Harmony(project luni).

-- 
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-1220) [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap

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

Paulex Yang closed HARMONY-1220.
--------------------------------


Verified by Spark.

> [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1220
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1220
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1220.diff
>
>
> new methods 
> public V get(Object key) and 
> public void putAll(Map<? extendsK,? extends V> m) 
> in java.util.EnumMap but not implemented in Harmony(project luni).

-- 
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-1220) [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap

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

Paulex Yang reassigned HARMONY-1220:
------------------------------------

    Assignee: Paulex Yang

> [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1220
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1220
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1220.diff
>
>
> new methods 
> public V get(Object key) and 
> public void putAll(Map<? extendsK,? extends V> m) 
> in java.util.EnumMap but not implemented in Harmony(project luni).

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