Commit Graph

3959 Commits

Author SHA1 Message Date
Gary Gregory 3a66c79e72 Add Java 17-EA to the GitHub build. 2020-12-29 19:07:40 -05:00
Gary Gregory 67224814f6 Fix typo erroring -> erring #202. 2020-12-28 10:33:49 -05:00
石头 8f1983c982
fix typo erroring -> erring (#202) 2020-12-28 10:32:41 -05:00
Gary Gregory 5a0b58139d Minor Improvements #203. 2020-12-28 10:31:11 -05:00
Arturo Bernal 2e492e94a5
Minor Improvement: (#203)
* Add final
* Unnecessary semicolon ';'
2020-12-28 10:29:07 -05:00
Gary Gregory 3972e83317 Fix Checkstyle. 2020-12-05 10:53:56 -05:00
Gary Gregory d18eb37fc2 [COLLECTIONS-775] CollectionUtilsTest.getFromMap() is flaky. 2020-12-05 10:28:30 -05:00
Gary Gregory 1826012c2a Sort members. 2020-12-05 10:24:54 -05:00
Gary Gregory 69f06d60f6 Break up test getFromMap() by map type. 2020-12-05 10:23:45 -05:00
Xin Tong 2f18447ed5
Fix flaky CollectionUtilsTest.getFromMap() (#200) 2020-12-05 10:17:05 -05:00
Bruno P. Kinoshita 242918e159 Merge branch 'pr-199'
This closes #199
2020-11-30 22:26:05 +13:00
dependabot[bot] 6fb0b1ca56 Bump checkstyle from 8.37 to 8.38
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.37 to 8.38.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.37...checkstyle-8.38)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 22:25:58 +13:00
Gary Gregory f717078a2c [COLLECTIONS-772] - Add private constructor to ArrayUtils; better
Javadocs. #195
2020-11-27 14:48:07 -05:00
Arturo Bernal d2e567562f
COLLECTIONS-772 - Provide private constructor to the Utils Collections (#195) 2020-11-27 14:44:11 -05:00
Gary Gregory d9f86645d9 [COLLECTIONS-773] Add an assertion to validate ensureCapacity #198. 2020-11-27 14:39:45 -05:00
Martin Monperrus 36b9fa53d2
fix: fix COLLECTIONS-773 by adding an assertion for specifying ensureCapacity (#198) 2020-11-27 14:37:59 -05:00
Gary Gregory a8972d5bcd xref with Jira. 2020-11-27 14:36:07 -05:00
Gary Gregory 4a980fadc4 Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-collections 2020-11-27 14:32:52 -05:00
Gary Gregory 283b1ba587 Bump maven-antrun-plugin from 1.8 to 3.0.0 #170. 2020-11-27 14:32:44 -05:00
dependabot[bot] ba85c69b53
Bump maven-antrun-plugin from 1.8 to 3.0.0 (#170)
Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 1.8 to 3.0.0.
- [Release notes](https://github.com/apache/maven-antrun-plugin/releases)
- [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-1.8...maven-antrun-plugin-3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-27 14:30:43 -05:00
Gary Gregory 1c7ffa63fa Sort members. 2020-11-26 10:17:07 -05:00
Gary Gregory 743af0bb1f Remove dead comments. 2020-11-26 10:16:56 -05:00
Gary Gregory ad99cf8c17 Remove dead comments. 2020-11-26 10:15:56 -05:00
Gary Gregory 7c4a4994cb Sort members. 2020-11-26 10:15:07 -05:00
Bruno P. Kinoshita 979d2727ae Merge branch 'pr-196'
This closes #196
2020-11-24 20:26:30 +13:00
dependabot[bot] 8d4fa45a38 Bump maven-pmd-plugin from 3.13.0 to 3.14.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-24 20:26:18 +13:00
Gary Gregory e013bd8d77 Use a String instead of building one. 2020-11-21 14:05:34 -05:00
Gary Gregory 12e9e5aae3 Better number-string conversion. 2020-11-21 13:59:17 -05:00
Gary Gregory 536566350c Redundant return. 2020-11-21 13:49:36 -05:00
Gary Gregory 1ade1ce394 Use final. 2020-11-21 12:54:13 -05:00
Gary Gregory 7772907e3a Use for-each. 2020-11-21 12:49:34 -05:00
Gary Gregory 057ab56f3e Use try-with-resource. 2020-11-21 10:12:08 -05:00
Gary Gregory 080a393b4f Use final. 2020-11-20 22:08:08 -05:00
Gary Gregory 8ce3f9a199 Remove unused import. 2020-11-20 21:23:38 -05:00
Gary Gregory ac932bb6a7 No need to initialize to default. 2020-11-20 18:23:00 -05:00
Gary Gregory ce0cadd5e2 Remove redundant calls to super(). 2020-11-20 17:56:00 -05:00
Gary Gregory bd9d3873fe Remove useless null-check. 2020-11-20 17:24:53 -05:00
Gary Gregory 4bd1b5aec6 Normalize spelling of 'Initialize'. 2020-11-20 17:02:45 -05:00
Gary Gregory 84aa4fe4f0 Use Arrays.fill(). 2020-11-20 16:59:24 -05:00
Gary Gregory e7f0d1372f Initialize a collection when you create it. 2020-11-20 15:52:44 -05:00
Gary Gregory 210b461d24 Use lambda. 2020-11-20 11:25:02 -05:00
Gary Gregory f6b9e3cd8e Javadoc: Close HTML tags and normalize spelling of 'initialize'. 2020-11-19 21:37:18 -05:00
Claude Warren 0d10d917d7
Removed constructors that set initial values (#162)
* Removed constructors that set initial values

* Fixed testing errors.
2020-11-19 21:31:25 -05:00
Gary Gregory 70fba6c8e0 Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-collections 2020-11-15 18:11:33 -05:00
Gary Gregory fc5a2b2c72 Bump commons.junit.version from 5.6.2 to 5.7.0 #181. 2020-11-15 18:11:27 -05:00
dependabot[bot] 35c8d1647b
Bump commons.junit.version from 5.6.2 to 5.7.0 (#181)
Bumps `commons.junit.version` from 5.6.2 to 5.7.0.

Updates `junit-jupiter-api` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0)

Updates `junit-jupiter-engine` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0)

Updates `junit-vintage-engine` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-15 18:08:58 -05:00
Bruno P. Kinoshita 28f5832fa2 Merge branch 'pr-194'
This closes #194
2020-11-10 12:06:58 +13:00
Xin Tong 9499397273 Fix flaky AbstractMultiValuedMapTest#testToString 2020-11-10 12:06:41 +13:00
Bruno P. Kinoshita 14ff6fae57 Merge branch 'pr-193'
This closes #193
2020-11-05 00:02:37 +13:00
dependabot[bot] 91b999cf63 Bump actions/checkout from v2.3.3 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.3...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-05 00:02:16 +13:00