Bruno P. Kinoshita
|
d3cde9c181
|
Merge branch 'pr-211'
This closes #211
|
2021-02-02 00:08:57 +13:00 |
dependabot[bot]
|
b1d1e15834
|
Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.1...maven-checkstyle-plugin-3.1.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-02-02 00:08:29 +13:00 |
Bruno P. Kinoshita
|
aa0b0e52bb
|
Merge branch 'pr-212'
This closes #212
|
2021-02-02 00:04:36 +13:00 |
dependabot[bot]
|
c996e27be1
|
Bump checkstyle from 8.39 to 8.40
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.39 to 8.40.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.39...checkstyle-8.40)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-02-02 00:04:27 +13:00 |
Gary Gregory
|
af2e247545
|
Remove '_' from private names.
|
2021-01-29 13:30:48 -05:00 |
Gary Gregory
|
dc01c2583a
|
Use isEmpty().
|
2021-01-16 22:05:15 -05:00 |
Gary Gregory
|
23730a0fb8
|
Use isEmpty().
|
2021-01-16 21:48:58 -05:00 |
Gary Gregory
|
2b23b7add8
|
Use isEmpty().
|
2021-01-16 20:37:44 -05:00 |
Gary Gregory
|
6b0d7c4898
|
Sort methods.
|
2021-01-16 20:24:31 -05:00 |
Gary Gregory
|
6f9b16da55
|
Define and reuse constants.
|
2021-01-16 12:34:09 -05:00 |
Gary Gregory
|
dac0330c15
|
Minor Improvements #208.
|
2021-01-16 12:25:23 -05:00 |
Arturo Bernal
|
27bd0dfd13
|
Minor Improvements: (#208)
* Add final
* Remove Redundant initializer
* fix javadoc
* Array initializer empty
|
2021-01-16 12:24:36 -05:00 |
Gary Gregory
|
563d2fce7d
|
Bump checkstyle from 8.38 to 8.39 #204.
|
2021-01-16 11:21:32 -05:00 |
dependabot[bot]
|
be2e330dc2
|
Bump checkstyle from 8.38 to 8.39 (#204)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.38 to 8.39.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.38...checkstyle-8.39)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-01-16 11:14:35 -05:00 |
Bruno P. Kinoshita
|
9691a48354
|
Merge branch 'pr-207'
This closes #207
|
2021-01-16 11:01:03 +13:00 |
Bruno P. Kinoshita
|
76811d12ea
|
[COLLECTIONS-780] changelog
|
2021-01-16 11:00:49 +13:00 |
Arturo Bernal
|
230076f1f4
|
[COLLECTIONS-780] Use assertThrows V2
|
2021-01-16 11:00:44 +13:00 |
Bruno P. Kinoshita
|
b84f8d695c
|
Merge branch 'pr-206'
This closes #206
|
2021-01-14 10:45:20 +13:00 |
Bruno P. Kinoshita
|
a5ec5605d7
|
[COLLECTIONS-778] changelog
|
2021-01-14 10:44:51 +13:00 |
Arturo Bernal
|
4b8b5c7163
|
[COLLECTIONS-778] Use assertThrows
|
2021-01-14 10:44:45 +13:00 |
Gary Gregory
|
7e392b9093
|
Fix Checkstyle suppressions DTD link.
|
2021-01-11 12:16:15 -05:00 |
Gary Gregory
|
a9777b53f0
|
Fix Checkstyle suppressions DTD link.
|
2021-01-11 12:12:29 -05:00 |
Gary Gregory
|
c99634621b
|
Fix Checkstyle configuration DTD link.
|
2021-01-11 12:07:57 -05:00 |
Gary Gregory
|
a803af8de6
|
Collapse multiple identical catch clauses into one.
|
2021-01-08 09:27:03 -05:00 |
Gary Gregory
|
e21ed0b99b
|
Use caches.
|
2020-12-31 12:10:41 -05:00 |
Gary Gregory
|
473bb29aea
|
Use Character cache.
|
2020-12-31 12:08:18 -05:00 |
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 |