You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stephen Colebourne (JIRA)" <ji...@apache.org> on 2009/10/27 02:13:59 UTC

[jira] Created: (LANG-548) Use Iterable on API instead of Collection

Use Iterable on API instead of Collection
-----------------------------------------

                 Key: LANG-548
                 URL: https://issues.apache.org/jira/browse/LANG-548
             Project: Commons Lang
          Issue Type: Improvement
            Reporter: Stephen Colebourne
             Fix For: 3.0


Use Iterable on API instead of Collection. This permits a greater range of input objects.

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


[jira] Commented: (LANG-548) Use Iterable on API instead of Collection

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783354#action_12783354 ] 

Henri Yandell commented on LANG-548:
------------------------------------

Other possibles:

Validate.noNullElements x 2
StrBuilder.appendAll
StrBuilder.appendWithSeparators


> Use Iterable on API instead of Collection
> -----------------------------------------
>
>                 Key: LANG-548
>                 URL: https://issues.apache.org/jira/browse/LANG-548
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Stephen Colebourne
>             Fix For: 3.0
>
>
> Use Iterable on API instead of Collection. This permits a greater range of input objects.

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


[jira] Closed: (LANG-548) Use Iterable on API instead of Collection

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

Henri Yandell closed LANG-548.
------------------------------

    Resolution: Fixed

Both Validate and StrBuilder methods changed to take Iterable.

> Use Iterable on API instead of Collection
> -----------------------------------------
>
>                 Key: LANG-548
>                 URL: https://issues.apache.org/jira/browse/LANG-548
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Stephen Colebourne
>             Fix For: 3.0
>
>
> Use Iterable on API instead of Collection. This permits a greater range of input objects.

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


[jira] Commented: (LANG-548) Use Iterable on API instead of Collection

Posted by "Stephen Colebourne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770345#action_12770345 ] 

Stephen Colebourne commented on LANG-548:
-----------------------------------------

StringUtils.join

commit -m "LANG-548 - Use Iterable instead of Collection" /dev/commons/lang/src/java/org/apache/commons/lang/StringUtils.java /dev/commons/lang/src/test/org/apache/commons/lang/StringUtilsTest.java
    Sending        /dev/commons/lang/src/java/org/apache/commons/lang/StringUtils.java
    Sending        /dev/commons/lang/src/test/org/apache/commons/lang/StringUtilsTest.java
    Transmitting file data ...
    Committed revision 830042.

> Use Iterable on API instead of Collection
> -----------------------------------------
>
>                 Key: LANG-548
>                 URL: https://issues.apache.org/jira/browse/LANG-548
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Stephen Colebourne
>             Fix For: 3.0
>
>
> Use Iterable on API instead of Collection. This permits a greater range of input objects.

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


[jira] Commented: (LANG-548) Use Iterable on API instead of Collection

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783364#action_12783364 ] 

Paul Benedict commented on LANG-548:
------------------------------------

+1 for the possibility with Validate.

> Use Iterable on API instead of Collection
> -----------------------------------------
>
>                 Key: LANG-548
>                 URL: https://issues.apache.org/jira/browse/LANG-548
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Stephen Colebourne
>             Fix For: 3.0
>
>
> Use Iterable on API instead of Collection. This permits a greater range of input objects.

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