Commit Graph

3276 Commits

Author SHA1 Message Date
Gary Gregory 864fda4370 Sort members. 2018-02-22 13:30:44 -07:00
Gary Gregory 8accf274ba Javadoc nit. 2018-02-22 13:30:12 -07:00
Gary Gregory 68747912d2 Javadoc nit. 2018-02-22 13:29:31 -07:00
Gary Gregory dee97c3ff1 Update Maven PMD plugin from 3.8 to 3.9.0.
Update Maven Checkstyle plugin from 2.17 to 3.0.0.
2018-02-01 12:04:38 -07:00
Gary Gregory 4a9bcd0f52 [COLLECTIONS-599] HashEntry array object naming data initialized with
double the size during deserialization.
2018-02-01 11:50:15 -07:00
Gary Gregory 1e6435ec10 Javadoc. 2018-01-12 11:03:43 -07:00
Gary Gregory 22daa5f1dd [COLLECTIONS-671] Add
org.apache.commons.collections4.IterableUtils.first(Iterable).
2018-01-10 09:57:27 -07:00
Gary Gregory b5b45d3260 [COLLECTIONS-670] Add
org.apache.commons.collections4.IteratorUtils.first(Iterator).
2018-01-10 09:49:39 -07:00
Gary Gregory db136b93dd Update commons-parent from 42 to 43. 2018-01-07 13:36:31 -07:00
Gary Gregory 598ab40a59 Better wording. 2018-01-03 10:06:18 -07:00
Gary Gregory 059c468f73 Use final. 2018-01-02 19:51:56 -07:00
Gary Gregory 9e62a0e998 Remove trailing white spaces on all lines. 2018-01-02 19:50:06 -07:00
Gary Gregory c6dc370abb [COLLECTIONS-575] Synchronized queue wrapper in QueueUtils. 2018-01-02 19:49:41 -07:00
Gary Gregory 611c73889b [COLLECTIONS-669] Update
org.apache.commons.collections4.CollectionUtils.addAll(Collection<C>,
C[]) to addAll(Collection<C>, C...).
2018-01-02 15:54:09 -07:00
Gary Gregory 5723ce72d0 [COLLECTIONS-669] Update
org.apache.commons.collections4.CollectionUtils.addAll(Collection<C>,
C[]) to addAll(Collection<C>, C...)
2018-01-02 15:34:03 -07:00
Gary Gregory 2fd2a76110 [COLLECTIONS-666] org.apache.commons.collections4.ListUtils.union(List,
List) should pre-allocate result list
2017-12-30 23:16:21 -07:00
Gary Gregory 45f42120a6 Update release description. 2017-12-29 10:59:34 -07:00
Gary Gregory 8b6dc36b37 Fix typo. 2017-12-29 10:56:37 -07:00
Gary Gregory 6044892b88 Javadoc: Add missing @param tags for generics. 2017-12-28 13:56:04 -07:00
Gary Gregory 36d33722c3 Javadoc: Add missing @param tags for generics. 2017-12-28 13:37:20 -07:00
Gary Gregory 5d756cebd7 Javadoc: Add missing @param tags for generics. 2017-12-28 13:32:52 -07:00
Gary Gregory 8e09f5f538 Javadoc: Add missing @param tags for generics. 2017-12-28 13:22:24 -07:00
Gary Gregory 8b66a577f4 No need to nest in an else clause. 2017-12-28 13:17:33 -07:00
Gary Gregory 92c5e6f1e1 On Java 9: Update Javadoc plugin from 3.0.0-M1 to 3.0.0. Eventually
commons-parent will specify 3.0.0.
2017-12-27 17:07:11 -07:00
Gary Gregory 2288112664 Update tests from Easymock 3.5 to 3.5.1. 2017-12-27 16:15:04 -07:00
Gary Gregory 9639ccb2fc Update tests from Apache Commons Lang 3.6 to 3.7. 2017-12-27 16:11:46 -07:00
Gary Gregory 5023b45c00 Fix formatting nits. 2017-12-27 16:03:51 -07:00
Benedikt Ritter 0b1460dadb
Add missing files to source archive 2017-10-28 18:51:14 +02:00
Rob Tompkins 94cfcc6989 COLLECTIONS-662: Thanks Vamsi 2017-10-19 15:27:29 -04:00
ggregory be6789ced6 Remove trailing white spaces on all lines. 2017-10-14 13:41:44 -06:00
Kavuri, Vamsi b9522976f4 MapUtilsTest: fix order of expected and actual parameter in assertions (closes #32) 2017-10-14 18:52:04 +02:00
ggregory 641aa1c663 Brute force test all available locales (it's fast.) for MapUtils which
previously failed on locales that do not use '.' as the decimal
separator. No main code changes.
2017-10-13 19:01:37 -06:00
Pascal Schumacher 87417154f2 travis: add java 9 to build (closes #27)
pom.xml: add java 9 profile to make build pass
2017-10-12 10:04:05 +02:00
Kavuri, Vamsi b15deac11a override jacoco version for java9 compatibility (closes #30) 2017-10-12 09:54:55 +02:00
Gary Gregory 07de4dd578 Remove redundant type arguments. 2017-10-11 16:40:09 -06:00
Gary Gregory 1bcfa1cc87 Remove unnecessary casts 2017-10-11 16:39:20 -06:00
Gary Gregory b9e2a97758 Use final. 2017-10-11 16:37:38 -06:00
Bruno P. Kinoshita eed8a7adb3 [COLLECTIONS-661] Intermittent test failures in Windows for
HashSetValuedHashMap.
2017-10-11 16:37:09 -06:00
Gary Gregory b5eb4fcc8d Revert "Use final for params."
This reverts commit cefe846e3e.
2017-10-11 16:34:10 -06:00
Gary Gregory 992ab3c9f2 Revert "Use final for locals."
This reverts commit 712ddb1e19.
2017-10-11 16:33:54 -06:00
Gary Gregory 712ddb1e19 Use final for locals. 2017-10-11 16:26:04 -06:00
Gary Gregory cefe846e3e Use final for params. 2017-10-11 16:25:21 -06:00
Gary Gregory 8713af90d5 Add unit tests to increase code coverage. This closes #29. 2017-10-11 16:23:41 -06:00
Bruno P. Kinoshita 1d21a49c27 COLLECTIONS-660: add changes.xml entry 2017-10-04 17:42:15 +13:00
Bruno P. Kinoshita 9d4f2ba886 COLLECTIONS-660: uncomment and change order of assertEquals 2017-10-04 17:34:49 +13:00
Bruno P. Kinoshita 1cdad51a01 Fix typo in javadoc 2017-10-04 17:17:06 +13:00
pascalschumacher c8bdf60d1d IterableUtilsTest#indexOf, IteratorUtilsTest#indexOf: simplify 2017-10-02 11:51:27 +02:00
pascalschumacher 6f35633878 travis: remove travis profile from pom and use travis-jacoco profile commons-parent 2017-10-02 11:24:41 +02:00
Benedikt Ritter afebe421ea
Drop Ant build 2017-09-25 19:57:30 +02:00
Gary Gregory 10ad95330b Update Maven Checkstyle plugin from 2.9.1 to 2.17. 2017-09-20 11:58:20 -06:00