You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2006/05/28 20:15:29 UTC

[jira] Created: (HARMONY-521) [classlib][luni] IdentityHashMap generification

[classlib][luni] IdentityHashMap generification
-----------------------------------------------

         Key: HARMONY-521
         URL: http://issues.apache.org/jira/browse/HARMONY-521
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Nathan Beyer
 Attachments: IdentityHashMap_patch.txt



-- 
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-521) [classlib][luni] IdentityHashMap generification

Posted by "Nathan Beyer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-521?page=comments#action_12413743 ] 

Nathan Beyer commented on HARMONY-521:
--------------------------------------

Whoops, sorry, I see you already changed the code back. I caught a glimpse in between updates.

Looks good, go ahead and close. Thanks.

> [classlib][luni] IdentityHashMap generification
> -----------------------------------------------
>
>          Key: HARMONY-521
>          URL: http://issues.apache.org/jira/browse/HARMONY-521
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Nathan Beyer
>     Assignee: Mikhail Loenko
>  Attachments: IdentityHashMap_patch.txt
>


-- 
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-521) [classlib][luni] IdentityHashMap generification

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

Nathan Beyer updated HARMONY-521:
---------------------------------

    Attachment: IdentityHashMap_patch.txt

> [classlib][luni] IdentityHashMap generification
> -----------------------------------------------
>
>          Key: HARMONY-521
>          URL: http://issues.apache.org/jira/browse/HARMONY-521
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Nathan Beyer
>  Attachments: IdentityHashMap_patch.txt
>


-- 
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-521) [classlib][luni] IdentityHashMap generification

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

Mikhail Loenko reassigned HARMONY-521:
--------------------------------------

    Assign To: Mikhail Loenko

> [classlib][luni] IdentityHashMap generification
> -----------------------------------------------
>
>          Key: HARMONY-521
>          URL: http://issues.apache.org/jira/browse/HARMONY-521
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Nathan Beyer
>     Assignee: Mikhail Loenko
>  Attachments: IdentityHashMap_patch.txt
>


-- 
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-521) [classlib][luni] IdentityHashMap generification

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-521?page=all ]
     
Mikhail Loenko closed HARMONY-521:
----------------------------------


verified by Nathan

> [classlib][luni] IdentityHashMap generification
> -----------------------------------------------
>
>          Key: HARMONY-521
>          URL: http://issues.apache.org/jira/browse/HARMONY-521
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Nathan Beyer
>     Assignee: Mikhail Loenko
>  Attachments: IdentityHashMap_patch.txt
>


-- 
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-521) [classlib][luni] IdentityHashMap generification

Posted by "Nathan Beyer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-521?page=comments#action_12413738 ] 

Nathan Beyer commented on HARMONY-521:
--------------------------------------

The changes to IdentityHashMap look fine, but the changes to the Map interface were not intended. The containsKey [1], containsValue [2], get [3] and remove [4] methods do not use the type variables.

[1] http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html#containsKey(java.lang.Object)
[2] http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html#containsValue(java.lang.Object)
[3] http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html#get(java.lang.Object)
[4] http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html#remove(java.lang.Object)

> [classlib][luni] IdentityHashMap generification
> -----------------------------------------------
>
>          Key: HARMONY-521
>          URL: http://issues.apache.org/jira/browse/HARMONY-521
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Nathan Beyer
>     Assignee: Mikhail Loenko
>  Attachments: IdentityHashMap_patch.txt
>


-- 
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-521) [classlib][luni] IdentityHashMap generification

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-521?page=all ]
     
Mikhail Loenko resolved HARMONY-521:
------------------------------------

    Resolution: Fixed

applied to revision 410027
Nathan, please check it was done as expected

> [classlib][luni] IdentityHashMap generification
> -----------------------------------------------
>
>          Key: HARMONY-521
>          URL: http://issues.apache.org/jira/browse/HARMONY-521
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Nathan Beyer
>     Assignee: Mikhail Loenko
>  Attachments: IdentityHashMap_patch.txt
>


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