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

Henri Yandell commented on LANG-660:
------------------------------------

Backwards compatability includes worrying about people dropping 3.0.2 in where 
they were using 3.0.1 etc [not that I disagree with you - people should 
recompile, but I know what consensus will be].

Good point on ArrayUtils.insert() instead of insertArray. We can do that and 
deprecate the other one (to be removed in 4.0).

> Add methods to insert arrays into arrays at an index
> ----------------------------------------------------
>
>                 Key: LANG-660
>                 URL: https://issues.apache.org/jira/browse/LANG-660
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>    Affects Versions: 2.5
>            Reporter: Aaron Digulla
>            Priority: Minor
>             Fix For: 3.0.2
>
>         Attachments: ArrayUtils.txt, ArrayUtilsAddTest.txt, 
> ArrayUtilsAddTest_addAll.patch, ArrayUtils_addAll.patch
>
>
> Please add methods with this signature: ArrayUtils.addAll(int[] target, int 
> index, int[] source) (i.e. insert an array into an array at a certain 
> position).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to