You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Richard Wheeldon (JIRA)" <ji...@apache.org> on 2008/01/19 10:00:46 UTC

[jira] Created: (COLLECTIONS-282) Generify iterators package

Generify iterators package
--------------------------

                 Key: COLLECTIONS-282
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-282
             Project: Commons Collections
          Issue Type: Improvement
          Components: Iterator
    Affects Versions: Generics
            Reporter: Richard Wheeldon
             Fix For: Generics


I'm about half way through this. Patch to follow...


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


[jira] Updated: (COLLECTIONS-282) Generify iterators package

Posted by "Richard Wheeldon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Wheeldon updated COLLECTIONS-282:
-----------------------------------------

    Attachment: rsw_iterators1.patch

Added generics support to most iterators. ArrayIterator and ArrayListIterator were not done due to issues with primitive type support. ObjectGraphIterator is also left for a further date. The generics support implemented here is sufficient to provide some type safety and consistent enough to pass all the existing test cases. It is almost certainly overly restrictive in many cases. The nest stage is to produce test cases showing where this is the case and make them work.


> Generify iterators package
> --------------------------
>
>                 Key: COLLECTIONS-282
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-282
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Iterator
>    Affects Versions: Generics
>            Reporter: Richard Wheeldon
>             Fix For: Generics
>
>         Attachments: rsw_iterators1.patch
>
>
> I'm about half way through this. Patch to follow...

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


[jira] Resolved: (COLLECTIONS-282) Generify iterators package

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson resolved COLLECTIONS-282.
-------------------------------------

    Resolution: Fixed

Iterators generified, svn rev 738956

> Generify iterators package
> --------------------------
>
>                 Key: COLLECTIONS-282
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-282
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Iterator
>    Affects Versions: Generics
>            Reporter: Richard Wheeldon
>             Fix For: Generics
>
>         Attachments: rsw_iterators1.patch
>
>
> I'm about half way through this. Patch to follow...

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