Commit Graph

2802 Commits

Author SHA1 Message Date
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
Bruno P. Kinoshita aa2a29f92d [COLLECTIONS-764] changelog 2020-08-26 14:46:57 +12:00
XenoAmess c9fa43321a [COLLECTIONS-764] Refine javadoc and fix typos 2020-08-26 14:44:59 +12:00
Bruno P. Kinoshita c82461d0d2 [COLLECTIONS-765] changelog 2020-08-26 13:54:07 +12:00
Tobi 7b92e562ab [COLLECTIONS-765] Corrected javadoc and thrown exception type to match the functionallity 2020-08-26 13:54:07 +12:00
Bruno P. Kinoshita 28bd7432bb [COLLECTIONS-708] changelog 2020-08-20 20:36:17 +12:00
Bruno P. Kinoshita 8d6f5ae3bd [COLLECTIONS-708] Formatting and update javadocs 2020-08-20 20:36:17 +12:00
dota17 d0551d01b3 [COLLECTIONS-708] Add hashcode method to CollectionUtils that supports an equator parameter 2020-08-20 20:33:57 +12:00
Gary Gregory 9bac1bbea8 Document recent changes. 2020-07-23 15:18:30 -04:00
Gary Gregory a7d5a50963 Document recent changes. 2020-07-23 15:17:22 -04:00
Sebb fd462c155b Fix download link 2020-07-18 14:07:52 +01:00
Gary Gregory 1b2690e280 Update tests from Apache Commons Lang 3.10 to 3.11. 2020-07-16 12:36:15 -04:00
Gary Gregory 10f1f977dd Merge conditions using the same blocks. 2020-06-17 11:32:10 -04:00
Gary Gregory de4b95a7c8 Update tests from commons-io:commons-io 2.6 to 2.7. 2020-05-28 08:14:12 -04:00
Gary Gregory a9dd82f83e Move test fixtures to component specific folder. 2020-05-21 11:37:07 -04:00
Gary Gregory 9f37668d92 Remove deprecated sudo setting. #161. 2020-05-12 10:34:06 -04:00
Gary Gregory a3eb3be4b0 Update build from checkstyle.dep.version 8.31 to 8.32. 2020-04-28 10:07:58 -04:00
Gary Gregory 4850319877 Upgrade JUnit from 5.6.0 to 5.6.2. 2020-04-28 09:47:30 -04:00
Gary Gregory 7e32ab4554 Improve MapUtils with the null checks, add JUnit for it and add Javadoc
for the parameter indent. #126
2020-04-28 09:42:45 -04:00
Chen 5d71ff3d29
Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent. (#126)
* Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent.

* Standardize on American English spelling of 'behavior'.

* Tested the NPE exceptions with the JUnit 5 APIs.

* Fixed the failure of CI with the ParameterResolutionException.

* Remove unused imports.
2020-04-28 09:41:39 -04:00
Gary Gregory f9f99ccfd6 Fix Checkstyle violations. 2020-04-28 08:59:24 -04:00
Gary Gregory 23bc4e7979 [COLLECTIONS-757] Update Javadoc in BidiMap classes #146. 2020-04-26 10:03:24 -04:00
Gary Gregory 8a4f0de557 [COLLECTIONS-757] Update the Javadoc of the BidiMap #146. 2020-04-26 10:00:55 -04:00
Chen c1082d5316
[COLLECTIONS-757] Update the JavaDoc of the BidiMap (#146)
* [COLLECTIONS-757] Update the JavaDoc of the BidiMap

* Starts the Javadoc with "Makes..." instead of "make..."
2020-04-26 09:59:21 -04:00
Gary Gregory a53127e3a5 Use try-with-resources to fix a random failure seen on Java 12. 2020-04-26 09:57:57 -04:00
Gary Gregory bd8e77d607 [COLLECTIONS-759] Add newline at end of file, and convert to unix (LF
instead of CRLF) fixing checkstyle #147.
2020-04-22 10:36:59 -04:00
Bruno P. Kinoshita 8eebabd481
[COLLECTIONS-759]: add newline at end of file, and convert to unix (LF instead of CRLF) fixing checkstyle (#147)
* [COLLECTIONS-759]: add newline at end of file, and convert to unix (LF instead of CRLF) fixing checkstyle

* Remove unused import
2020-04-22 10:35:40 -04:00
Claude Warren 0c39fbd170
made BloomFilterIndexer and HashFunctionValidator public (#139) 2020-04-21 11:27:23 -04:00
Gary Gregory aab2b832f9 - [COLLECTIONS-754] Upgrade to JUnit v5.6.0 #136
- [COLLECTIONS-753] Upgrade Hamcrest to 2.2.
2020-04-21 11:01:05 -04:00
Isira Seneviratne e22691f810 Simplify several assertions in CollectionUtilsTest.
Also remove use of Integer constructor as it has been deprecated since Java 9.
2020-04-19 18:37:40 +12:00