You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jamessawle <gi...@git.apache.org> on 2014/10/17 02:02:09 UTC

[GitHub] commons-lang pull request: Lang-536

GitHub user jamessawle opened a pull request:

    https://github.com/apache/commons-lang/pull/32

    Lang-536

    Added new isSorted methods to the ArrayUtils class, along with generic implementations. 
    
    Some of the primitive methods have needed reverse-engineered Java 7 'compare' methods from their wrappers, so these have been added to their respective Utils classes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jamessawle/commons-lang LANG-536

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/32.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 #32
    
----
commit d5244ac66df9557ecb634a1478b4a7c29f2a1783
Author: James Sawle <ja...@hotmail.com>
Date:   2014-10-16T23:33:34Z

    LANG-536 Added new isSorted methods, both generic and primitive. Some of the primitive methods require reverse-engineered compare methods due to them not being added to their wrapper classes until Java 7. Tests for these are to be added.

commit af379292f30c4269dfb9b51882c5fc954ce84c49
Author: James Sawle <ja...@hotmail.com>
Date:   2014-10-16T23:56:59Z

    LANG-536 Added unit tests for new compare methods within Number, Boolean and CharUtils.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-lang pull request: Lang-536

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-lang/pull/32


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org