Commit Graph

3096 Commits

Author SHA1 Message Date
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
Bruno P. Kinoshita 8dceb1c85f COLLECTIONS-653 add changes.xml entry 2017-09-12 22:38:10 +12:00
Bruno P. Kinoshita f98ef6d3ba COLLECTIONS-653 fix Javadoc syntax for Java 8 2017-09-12 22:35:18 +12:00
pascalschumacher 3633bbd32c use java 8 compatible clirr version 2017-08-02 20:32:20 +02:00
pascalschumacher 1961bdd3e6 remove override commons.javadoc.version which should not be necessary anymore, as commons-collections now uses commons-parent version 40 2017-08-02 20:24:53 +02:00
pascalschumacher 41cec319b5 pom.xml: move rat configuration from reporting to build section, so that it also works outside the site life-cycle 2017-08-02 20:18:03 +02:00
pascalschumacher df6474ed2b pom.xml: rat-plugin: remove now unnecessary "maven-eclipse.xml" and ".travis.yml" exclusions 2017-08-02 20:12:31 +02:00
pascalschumacher 7166644ffc .travis.yml: add apache license header 2017-08-02 20:10:37 +02:00
pascalschumacher e5d0c9df84 [COLLECTIONS-655] Update platform from Java 6 to Java 7.
remove openjdk6 from travis configuration
2017-08-02 20:04:09 +02:00
Gary Gregory eef8f1a0aa Remove redundant type arguments. 2017-07-26 23:43:14 -07:00
Gary Gregory f4a63c4c72 [COLLECTIONS-655] Update platform from Java 6 to Java 7. 2017-07-26 23:40:14 -07:00
Gary Gregory ee851e403b [COLLECTIONS-654] Add class SortedProperties to sort keys. 2017-07-25 15:19:25 -07:00
pascalschumacher ee512ca286 .travis.yml: also build pull requests 2017-07-25 23:12:19 +02:00
pascalschumacher 1909ca3248 Remove oraclejdk7 from travis configuration, because it is no longer available.
see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 for details
2017-07-25 23:11:08 +02:00