Commit Graph

5886 Commits

Author SHA1 Message Date
Jochen Wiedmann bf7aa89ca4 Adding Javadocs for the Locks.Lock class. Improvements in the test suite. 2020-06-26 05:53:15 -04:00
Rob Tompkins acaf458278 LANG-1549: Thanks Jin 2020-06-26 05:52:48 -04:00
XenoAmess e04966a612 refine tests 2020-06-26 05:52:48 -04:00
XenoAmess 249d9e4744 refine tests 2020-06-26 05:52:48 -04:00
XenoAmess a9dea5e5c4 refine tests 2020-06-26 05:52:48 -04:00
XenoAmess d02958ca09 refine tests 2020-06-26 05:52:48 -04:00
XenoAmess bbc2e7ee85 refine tests 2020-06-26 05:52:48 -04:00
XenoAmess 00ecd339bd fix checkstyle 2020-06-26 05:52:48 -04:00
XenoAmess 73438e431e fix checkstyle 2020-06-26 05:52:48 -04:00
XenoAmess 05724b2baa reformat test 2020-06-26 05:52:48 -04:00
XenoAmess 217da1e6aa implement lastIndexOf 2020-06-26 05:52:48 -04:00
XenoAmess dee8f6fb84 implement lastIndexOf 2020-06-26 05:52:48 -04:00
XenoAmess 68cb8af7e4 Revert "performance improve."
This reverts commit 3b05b95a
2020-06-26 05:52:48 -04:00
XenoAmess 3ef823e8e1 performance improve. 2020-06-26 05:52:48 -04:00
XenoAmess 567388428c performance improve. 2020-06-26 05:52:48 -04:00
Gary Gregory b69c4759ed [LANG-1568] Javadoc. 2020-06-25 13:57:28 -04:00
Gary Gregory 268d4936d4 [LANG-1568] Predicate or. 2020-06-25 10:52:37 -04:00
Gary Gregory 180d948d7f [LANG-1568] Predicate add. 2020-06-25 10:42:13 -04:00
Gary Gregory c7d709b220 [LANG-1568] Predicate negation and clean ups. 2020-06-25 10:29:57 -04:00
Gary Gregory a881c3e226 [LANG-1568] Predicate negation. 2020-06-25 10:19:10 -04:00
Gary Gregory 00c8096cbf [LANG-1568] Complete FailableFunction. 2020-06-25 09:44:22 -04:00
Gary Gregory 9273b557b7 [LANG-1568] Checktyle. 2020-06-25 09:32:14 -04:00
Gary Gregory 487f5887bb [LANG-1568] Javadoc. 2020-06-25 09:17:49 -04:00
Gary Gregory e12eb5d4d7 [LANG-1568] FailableDoubleUnaryOperator, FailableIntUnaryOperator,
FailableLongUnaryOperator.
2020-06-25 09:01:13 -04:00
Gary Gregory 5f2fa64137 Checktyle. 2020-06-25 08:46:50 -04:00
Gary Gregory 97611fda5d [LANG-1568] Lambda clean ups. 2020-06-24 20:28:44 -04:00
Gary Gregory d4ccd259d9 [LANG-1568] More checked andThen() implementations to mirror the JRE
functional interfaces.
2020-06-24 20:10:46 -04:00
Gary Gregory 47fb776792 [LANG-1568]
org.apache.commons.lang3.function.FailableConsumer.andThen(FailableConsumer<?
super T, E>)
2020-06-24 18:40:25 -04:00
Gary Gregory c7aea90a7a [LANG-1568]
org.apache.commons.lang3.function.FailableBiFunction.andThen(FailableFunction<?
super R, ? extends V, E>)
2020-06-24 18:25:47 -04:00
Gary Gregory 4badcde7f7 [LANG-1568]
org.apache.commons.lang3.function.FailableBiConsumer.andThen(FailableBiConsumer<?
super T, ? super U, E>)
2020-06-24 17:03:17 -04:00
Gary Gregory e7c421ff35 [LANG-1568]
org.apache.commons.lang3.function.FailableBiConsumer.andThen(FailableBiConsumer<?
super T, ? super U, E>)
2020-06-24 17:02:35 -04:00
Gary Gregory 9173173699 [LANG-1568]
org.apache.commons.lang3.function.FailableBiConsumer.andThen(FailableBiConsumer<?
super T, ? super U, E>)
2020-06-24 16:58:52 -04:00
Gary Gregory 4cf50486a3 Use the same generic parameter names as the JRE. 2020-06-24 13:00:21 -04:00
Gary Gregory 1861ab9388 Use the same generic parameter names as the JRE. 2020-06-24 12:51:04 -04:00
Gary Gregory 43fe903cad com.github.spotbugs:spotbugs 4.0.5 -> 4.0.6.
commons.surefire.version 3.0.0-M4 -> 3.0.0-M5.
2020-06-24 12:50:17 -04:00
Gary Gregory cae8364d9e Use final. 2020-06-24 10:55:15 -04:00
Gary Gregory c5c839ff82 Whitespace. 2020-06-24 10:54:37 -04:00
Gary Gregory 05803b0d58 Add JavaVersion enum constants for Java 16.
Tested with:
openjdk version "16-ea" 2021-03-16
OpenJDK Runtime Environment (build 16-ea+2-35)
OpenJDK 64-Bit Server VM (build 16-ea+2-35, mixed mode, sharing)
2020-06-24 10:53:55 -04:00
Gary Gregory c10c62ed73 Fix boxing/unboxing. 2020-06-24 10:47:00 -04:00
Gary Gregory 94d5208dd9 Fix boxing/unboxing. 2020-06-24 10:44:46 -04:00
Gary Gregory fb184a7650 Clean up imports. 2020-06-24 10:43:04 -04:00
Gary Gregory c56c77ed95 Remove methods that will be new in 3.11 but which are now in the
function package.
2020-06-24 10:41:19 -04:00
Gary Gregory 1dddec8ba8 [LANG-1542] ToStringBuilder.reflectionToString - Wrong JSON format when
object has a List/Array of Enum.
2020-06-24 09:26:11 -04:00
Gary Gregory deb5f817af Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2020-06-24 08:50:07 -04:00
Gary Gregory f070987f5d [LANG-1567] Fix Javadocs for EqualsBuilder#setTestRecursive() #556. 2020-06-24 08:49:58 -04:00
Miguel Muñoz a7be33e9c6
Fixed Javadocs for setTestRecursive() (#556) 2020-06-24 08:46:21 -04:00
Gary Gregory dc54284ee7 Javadoc. 2020-06-24 08:44:16 -04:00
Gary Gregory a14b28923e Clean ups.
- Fix Javadoc
- Simplify error message
- Rmove on layer of API call.
2020-06-24 08:42:16 -04:00
Gary Gregory c26c72f8a8 Add ObjectUtils.toString(Object, Supplier<String>). 2020-06-23 15:15:38 -04:00
Gary Gregory 45b32d3a9c Sort members. 2020-06-23 15:10:54 -04:00