You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oleg Khaschansky (JIRA)" <ji...@apache.org> on 2006/10/10 12:37:20 UTC

[jira] Created: (HARMONY-1805) [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

[classlib][concurrent] Implementation of the CopyOnWriteArrayList class.
------------------------------------------------------------------------

                 Key: HARMONY-1805
                 URL: http://issues.apache.org/jira/browse/HARMONY-1805
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Oleg Khaschansky


CopyOnWriteArrayList class is not implemented in Harmony. I'll attach a patch with the implementation.

-- 
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-1805) [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

Posted by "Oleg Khaschansky (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1805?page=comments#action_12441411 ] 
            
Oleg Khaschansky commented on HARMONY-1805:
-------------------------------------------

The tests are located in the standard part (concurrent\standard\src\test\java). I checked that CopyOnWriteArrayListTest passes.

Verified.

> [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-1805
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1805
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>         Assigned To: Tim Ellison
>         Attachments: harmony-1805.patch
>
>
> CopyOnWriteArrayList class is not implemented in Harmony. I'll attach a patch with the implementation.

-- 
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-1805) [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

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

Oleg Khaschansky updated HARMONY-1805:
--------------------------------------

    Attachment: harmony-1805.patch

Implementation of the CopyOnWriteArrayList

> [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-1805
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1805
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>         Attachments: harmony-1805.patch
>
>
> CopyOnWriteArrayList class is not implemented in Harmony. I'll attach a patch with the implementation.

-- 
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-1805) [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

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

Tim Ellison resolved HARMONY-1805.
----------------------------------

    Resolution: Fixed

Oleg,

Thanks for the implementation.  Do you have any JUnit tests for this type?

Since our previous implementation is stubs I've taken this untested.

Patch applied to CONCURRENT module at repo revision r462579.

Please check that the patch was applied as you expected.


> [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-1805
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1805
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>         Assigned To: Tim Ellison
>         Attachments: harmony-1805.patch
>
>
> CopyOnWriteArrayList class is not implemented in Harmony. I'll attach a patch with the implementation.

-- 
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-1805) [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

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

Tim Ellison reassigned HARMONY-1805:
------------------------------------

    Assignee: Tim Ellison

> [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-1805
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1805
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>         Assigned To: Tim Ellison
>         Attachments: harmony-1805.patch
>
>
> CopyOnWriteArrayList class is not implemented in Harmony. I'll attach a patch with the implementation.

-- 
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-1805) [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.

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

Tim Ellison closed HARMONY-1805.
--------------------------------


Verified by Oleg.


> [classlib][concurrent] Implementation of the CopyOnWriteArrayList class.
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-1805
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1805
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Oleg Khaschansky
>         Assigned To: Tim Ellison
>         Attachments: harmony-1805.patch
>
>
> CopyOnWriteArrayList class is not implemented in Harmony. I'll attach a patch with the implementation.

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