You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vincent Siveton (JIRA)" <ji...@apache.org> on 2008/05/23 12:05:56 UTC

[jira] Updated: (HARMONY-5839) Harmony ArrayList#addAll() has a wrong impl vs Sun JDK

     [ https://issues.apache.org/jira/browse/HARMONY-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton updated HARMONY-5839:
-------------------------------------

    Attachment: Test.java

I tried Benjamin's snippet (see attach file) under the latest download jdk (harmony-jdk-653525) and the result is still wrong:

{noformat}
http://harmony.apache.org
12
[i, h, g, f, e, d, 1, 2, d, c, b, null]
true
{noformat}

Should be:

{noformat}
http://java.sun.com/
11
[i, h, g, f, e, d, 1, 2, c, b, a]
false
{noformat}

> Harmony ArrayList#addAll() has a wrong impl vs Sun JDK
> ------------------------------------------------------
>
>                 Key: HARMONY-5839
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5839
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>    Affects Versions: 5.0M6
>            Reporter: Vincent Siveton
>         Attachments: Test.java
>
>
> See the related issue:
> http://jira.codehaus.org/browse/MNG-3580

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.