Commit Graph

2959 Commits

Author SHA1 Message Date
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
Gary Gregory 2064caf1e1 maven-antrun-plugin 1.7 -> 1.8. 2017-09-20 11:54:00 -06:00
Gary Gregory 6e096e9fca coveralls-maven-plugin 3.1.0 -> 4.3.0. 2017-09-20 11:02:35 -06:00
Gary Gregory f283f43af5 maven-pmd-plugin 2.7.1 -> 3.8. 2017-09-20 11:00:31 -06:00
Gary Gregory 85e963aa79 Update tests from EasyMock 3.4 to 3.5. 2017-09-20 10:23:07 -06:00
Benedikt Ritter 80ec288ee7
COLLECTIONS-658: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility. 2017-09-20 09:16:53 +02:00
pascalschumacher d95543d818 .travis.yml: run default goal 2017-09-16 11:08:15 +02:00
pascalschumacher 44985a1266 pom.xml: add default goal (clean, verify, rat, clirr and javadoc) 2017-09-16 10:49:58 +02:00
pascalschumacher d2eeb6404f properties/package-info.java: fix java 8 javadoc warning because of empty p tag 2017-09-16 10:48:43 +02:00
pascalschumacher b75d948dab fix javadoc warnings related to java.util.Map.Entry 2017-09-16 10:43:48 +02:00
Bruno P. Kinoshita e736f41062 COLLECTIONS-656 changes.xml entry 2017-09-13 19:55:13 +12:00
Gary Gregory 1081b725be Use FindBugs version from commons-parent. 2017-09-12 16:28:33 -06:00
Gary Gregory 1068d4cd6a GroupId is duplicate of parent groupId. 2017-09-12 14:52:43 -06:00
Gary Gregory 6a10051a7b Update commons-parent from 40 to 42. 2017-09-12 08:45:04 -06:00
Bruno P. Kinoshita 9ae946c7da Fix two PMD issues, but comment others where if's were added for readability 2017-09-13 00:51:31 +12:00
Bruno P. Kinoshita 55e8eac25d Fix FindBugs issues 2017-09-13 00:43:25 +12:00
Bruno P. Kinoshita 49a5c0a4ee Remove last checkstyle error by adding package-info.java 2017-09-13 00:34:35 +12:00
Bruno P. Kinoshita 29d2e93966 Remove @version tag as this component has been migrated to git 2017-09-12 23:00:44 +12:00