You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Andrii Abramov (JIRA)" <ji...@apache.org> on 2016/11/23 22:07:58 UTC

[jira] [Updated] (LANG-1290) Increase test coverage of org.apache.commons.lang3.ArrayUtils class

     [ https://issues.apache.org/jira/browse/LANG-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrii Abramov updated LANG-1290:
---------------------------------
    Description: 
There are methods that are not completely covered by tests.
* swap
* toPrimitive
* add
* copyArrayGrow1
* remove
* removeElement
* removeElements
* removeAll

The coverage of these methods should be closely to 100%.

  was:
There are methods that are not completely covered by tests.
* swap
* addAll
* toPrimitive
* add
* copyArrayGrow1
* remove
* removeElement
* removeElements
* removeAll

The coverage of these methods should be closely to 100%.


> Increase test coverage of org.apache.commons.lang3.ArrayUtils class
> -------------------------------------------------------------------
>
>                 Key: LANG-1290
>                 URL: https://issues.apache.org/jira/browse/LANG-1290
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>            Reporter: Andrii Abramov
>            Priority: Minor
>              Labels: beginner, test
>
> There are methods that are not completely covered by tests.
> * swap
> * toPrimitive
> * add
> * copyArrayGrow1
> * remove
> * removeElement
> * removeElements
> * removeAll
> The coverage of these methods should be closely to 100%.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)