[ 
https://issues.apache.org/jira/browse/LANG-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16434590#comment-16434590
 ] 

ASF GitHub Bot commented on LANG-1390:
--------------------------------------

Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/324
  
    
    [![Coverage 
Status](https://coveralls.io/builds/16470340/badge)](https://coveralls.io/builds/16470340)
    
    Coverage decreased (-0.05%) to 95.091% when pulling 
**d6e8fbcdd2559d2fd53aa031ec5c7a21cda7c0f8 on joschi:LANG-1390** into 
**b41e91818614c2f1ac8f5e745f8bed342e80e727 on apache:master**.



> StringUtils.join() with support for List<?> with configurable start/end 
> indices
> -------------------------------------------------------------------------------
>
>                 Key: LANG-1390
>                 URL: https://issues.apache.org/jira/browse/LANG-1390
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>    Affects Versions: 3.7
>            Reporter: Jochen Schalanda
>            Priority: Minor
>
> Apache Commons Lang offers a variant of the 
> [StringUtils#join()|https://commons.apache.org/proper/commons-lang/javadocs/api-3.7/org/apache/commons/lang3/StringUtils.html#join-java.lang.Object:A-java.lang.String-int-int-]
>  function which allows specifying the start and end indices which should be 
> used to concatenate the elements.
> Unfortunately, this method only works for arrays (as of Apache Commons Lang 
> 3.7) but not for lists 
> ([java.util.List|https://docs.oracle.com/javase/8/docs/api/java/util/List.html]).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to