GitHub user thiagoh opened a pull request:
https://github.com/apache/commons-lang/pull/23
Adding the maxVA and minVA methods to NumberUtils and test methods
Adding the following methods to NumberUtils:
* `public static long maxVA(final long... number)`
* `public static long maxVA(final int... number)`
* `public static long maxVA(final short... number)`
* `public static long maxVA(final byte... number)`
* `public static long maxVA(final double... number)`
* `public static long maxVA(final float... number)`
* `public static long minVA(final long... number)`
* `public static long minVA(final int... number)`
* `public static long minVA(final short... number)`
* `public static long minVA(final byte... number)`
* `public static long minVA(final double... number)`
* `public static long minVA(final float... number)`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thiagoh/commons-lang branch-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/23.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 #23
----
commit 00ec48ea6383530abce294e4bd6125d74035f130
Author: thiagoh <[email protected]>
Date: 2014-05-04T21:29:37Z
wrap methods
wrap String methods
commit f67d5945ac93927a505df478c1b4dfdbcd429bcd
Author: thiagoh <[email protected]>
Date: 2014-05-04T21:36:55Z
wrap methods
wrap methods
commit 8d1e7ee7db7b9e9484ca1d9aa0fd44a2d21075fe
Author: thiagoh <[email protected]>
Date: 2014-05-04T21:38:18Z
removing main
commit c29e1b1e1ebed9bbc8bbdfa2cad9e6c6e71346bb
Author: thiagoh <[email protected]>
Date: 2014-05-04T21:39:10Z
removing whitespace
commit 60bb4be63830c3735f730128c14d5a3ced70cdb6
Author: thiagoh <[email protected]>
Date: 2014-05-04T22:15:31Z
fixing javadoc
commit f7e867f7861f19cf4f6ebf1e4a7a905b8a7857e9
Author: thiagoh <[email protected]>
Date: 2014-05-04T22:39:55Z
adding varargs minVA and maxVA methods
commit 0ada01c0def9012fa22019dcd2f9ccbf0e07d29a
Author: thiagoh <[email protected]>
Date: 2014-05-04T23:20:52Z
NumberUtils maxVA and minVA test methods
commit 3c45c61a7ca7d4ef84595190b5d642e6143825eb
Author: thiagoh <[email protected]>
Date: 2014-05-05T12:53:42Z
gitignore
commit ea5302f2ca3e148f01d6da9638a8338712405f83
Author: thiagoh <[email protected]>
Date: 2014-05-05T14:41:48Z
Revert "removing whitespace"
This reverts commit c29e1b1e1ebed9bbc8bbdfa2cad9e6c6e71346bb.
commit f90a5d52218ef2a0bb07205f1743ea7abb75c86a
Author: thiagoh <[email protected]>
Date: 2014-05-05T14:49:34Z
fixing javadoc (reverted from commit
60bb4be63830c3735f730128c14d5a3ced70cdb6)
commit 0cf58307a69e84a8969d3bd38e7304922dfc285e
Author: thiagoh <[email protected]>
Date: 2014-05-05T14:51:30Z
removing gitignore entry
commit 5b192351bb6f86091268934edb22a47708392b16
Author: thiagoh <[email protected]>
Date: 2014-05-05T14:56:50Z
Adding varargs minVA and maxVA methods to NumberUtils and test methods
commit 2d5e413feabdbeeaf745a4b8e80e6d397bc1b95e
Author: thiagoh <[email protected]>
Date: 2014-05-05T15:00:26Z
wrap methods
wrap String methods (reverted from commit
00ec48ea6383530abce294e4bd6125d74035f130)
commit 8d275cfb16b27ee10e79698f1614c0beb92a2c8e
Author: thiagoh <[email protected]>
Date: 2014-05-05T15:11:35Z
fixing javadoc (reverted from commit
60bb4be63830c3735f730128c14d5a3ced70cdb6)
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]