[
https://issues.apache.org/jira/browse/LANG-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15691781#comment-15691781
]
ASF GitHub Bot commented on LANG-1290:
--------------------------------------
GitHub user Abrasha opened a pull request:
https://github.com/apache/commons-lang/pull/217
LANG-1290: Increase test coverage of org.apache.commons.lang3.ArrayUtils
class
- fix an issue with not getting Annotation in AnnotaionUtilsTest
- add tests to cover ArrayUtils
Increased coverage to ~98% lines of code and 100% methods.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Abrasha/commons-lang
improvement/array-util-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/217.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #217
----
commit 874b18d561ded8888c6f109ff0355d0588282045
Author: Andrii <[email protected]>
Date: 2016-11-24T00:31:06Z
add tests to cover ArrayUtils
fix an issue with not getting Annotation
----
> 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
> Attachments: ArrayUtils.html
>
>
> There are methods that are not completely covered by tests.
> * swap
> * shift
> * toPrimitive
> The coverage of these methods should be closely to 100%.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)