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/16 04:08:13 UTC

[jira] Created: (HARMONY-1203) [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class)

[classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class<K>)
-------------------------------------------------------------------------

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


new constructor EnumMap(Class<K> keyType) in java.util.EnumMap but not
implemented in Harmony.

Spark shen
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-1203) [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class)

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

Paulex Yang reassigned HARMONY-1203:
------------------------------------

    Assignee: Paulex Yang

> [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class<K>)
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-1203
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1203
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1203.diff
>
>
> new constructor EnumMap(Class<K> keyType) in java.util.EnumMap but not
> implemented in Harmony.
> Spark shen
> 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-1203) [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class)

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

spark shen updated HARMONY-1203:
--------------------------------

    Attachment: harmony-1203.diff

Would you please try this patch?

Best regards
Spark Shen

> [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class<K>)
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-1203
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1203
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Attachments: harmony-1203.diff
>
>
> new constructor EnumMap(Class<K> keyType) in java.util.EnumMap but not
> implemented in Harmony.
> Spark shen
> 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-1203) [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class)

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

Paulex Yang resolved HARMONY-1203.
----------------------------------

    Resolution: Fixed

Spark , patch applied at revision r431847 with minor changes, I removed the checkNull() invocation, because the NPE can be thrown natually, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class<K>)
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-1203
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1203
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1203.diff
>
>
> new constructor EnumMap(Class<K> keyType) in java.util.EnumMap but not
> implemented in Harmony.
> Spark shen
> 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-1203) [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class)

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

The fix looks fine. Thank you.

Best regards

> [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class<K>)
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-1203
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1203
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1203.diff
>
>
> new constructor EnumMap(Class<K> keyType) in java.util.EnumMap but not
> implemented in Harmony.
> Spark shen
> 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-1203) [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class)

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

Paulex Yang closed HARMONY-1203.
--------------------------------


Verified by Spark.

> [classlib][luni] new constructor of java.util.EnumMap - EnumMap(Class<K>)
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-1203
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1203
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: spark shen
>         Assigned To: Paulex Yang
>         Attachments: harmony-1203.diff
>
>
> new constructor EnumMap(Class<K> keyType) in java.util.EnumMap but not
> implemented in Harmony.
> Spark shen
> 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