2981 Commits

Author SHA1 Message Date
Gary Gregory
473bb29aea Use Character cache. 2020-12-31 12:08:18 -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
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
283b1ba587 Bump maven-antrun-plugin from 1.8 to 3.0.0 #170. 2020-11-27 14:32:44 -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
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
fc5a2b2c72 Bump commons.junit.version from 5.6.2 to 5.7.0 #181. 2020-11-15 18:11:27 -05:00
Xin Tong
9499397273 Fix flaky AbstractMultiValuedMapTest#testToString 2020-11-10 12:06:41 +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
dependabot[bot]
8a1f3ee315 Bump checkstyle from 8.36.2 to 8.37
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.2 to 8.37.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.2...checkstyle-8.37)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 20:19:52 +13:00
Gary Gregory
49701f3545 Use lambdas. 2020-10-25 15:27:56 -04:00
Xin Tong
e52e38bdbb [COLLECTIONS-769] Fix flaky UnmodifiableMultiValuedMapTest 2020-10-12 15:24:50 +13:00
Bruno P. Kinoshita
2b88843157 Update changes from dependabot 2020-10-01 19:46:55 +13:00
Gary Gregory
e447a928da Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds). 2020-09-19 16:04:05 -04:00
Gary Gregory
81e3a7ec04 Update commons-codec from 1.14 to 1.15. 2020-09-01 13:53:31 -04:00
Gary Gregory
c85424725e Update commons-codec from 1.14 to 1.15. 2020-09-01 13:31:54 -04:00
XenoAmess
6234fa132f Fix animal sniffer, Travis CI, and javadocs issues 2020-08-28 21:28:08 +12:00