Gary Gregory
a7d5a50963
Document recent changes.
2020-07-23 15:17:22 -04:00
dependabot[bot]
7b187c62e6
Bump commons-parent from 50 to 51 ( #168 )
...
Bumps commons-parent from 50 to 51.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 15:15:55 -04:00
dependabot[bot]
fd704c8ea9
Bump actions/checkout from v1 to v2.3.1 ( #166 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from v1 to v2.3.1.
- [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/v1...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 15:15:32 -04:00
Gary Gregory
21d33cc9c9
GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea.
2020-07-23 11:24:00 -04:00
Gary Gregory
f2842e66da
Add missing header.
2020-07-22 10:27:17 -04:00
Gary Gregory
cb7c2cba92
Enable GitHub Dependabot.
2020-07-22 10:15:57 -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
6b4d75f725
Test major Java versions with GitHub actions as documented on
...
https://github.com/actions/setup-java
2020-05-30 10:55:45 -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
b682afed87
Update tests from commons-io:commons-io 2.6 to 2.7.
2020-05-28 07:58:48 -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
dengliming
04c121ade6
Remove deprecated sudo setting. ( #161 )
2020-05-12 10:30:19 -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
John Patrick
558fc3eb46
COLLECTIONS-754 upgrade to JUnit v5.6.0 ( #136 )
...
* COLLECTIONS-753 update to hamcrest v2.2
* COLLECTIONS-754 update to junit v5.6.0
2020-04-21 10:57:22 -04:00
Bruno P. Kinoshita
477db84c1f
Merge branch 'pr-158'
...
This closes #158
2020-04-19 18:39:21 +12: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
Bruno P. Kinoshita
4d4caa6a92
Merge pull request #152 from Isira-Seneviratne/Simplify_assertions_in_IteratorUtilsTest
...
Simplify several assertions in IteratorUtilsTest.
2020-04-19 11:43:48 +12:00
Bruno P. Kinoshita
5907d36b26
Merge pull request #150 from Isira-Seneviratne/Simplify_assertions_in_MapUtilsTest
...
Simplify several assertions in MapUtilsTest.
2020-04-19 11:41:32 +12:00
Bruno P. Kinoshita
ff178a3b63
Merge pull request #151 from Isira-Seneviratne/Simplify_assertions_in_ListUtilsTest
...
Simplify several assertions in ListUtilsTest.
2020-04-19 11:40:03 +12:00
Bruno P. Kinoshita
30f48c3d1d
Merge branch 'pr-149'
...
This closes #149
2020-04-19 11:37:22 +12:00
Bruno P. Kinoshita
e3aa7625b3
[COLLECTIONS-760]: add changelog
2020-04-19 11:36:50 +12:00
Isira Seneviratne
9beb1e0b11
[COLLECTIONS-760]: Add tests for MapUtils.
2020-04-19 11:36:50 +12:00
Isira Seneviratne
a31740689b
Simplify several assertions in IteratorUtilsTest.
2020-04-18 18:16:29 +05:30
Isira Seneviratne
e264482529
Simplify several assertions in ListUtilsTest.
2020-04-18 18:05:22 +05:30
Isira Seneviratne
0ba5024a3d
Simplify several assertions in MapUtilsTest.
2020-04-18 17:53:41 +05:30
Gary Gregory
6b1e2eb08b
Add openjdk14 to Travis.
2020-04-15 09:34:45 -04:00
Gary Gregory
1d7c3d21f1
Better NPE messages in CollectionUtils with Objects.requireNonNull #117 .
2020-04-09 09:03:58 -04:00
Chen
7eb78290c8
Better NPE messages in CollectionUtils with Objects.requireNonNull ( #117 )
...
* Deal the null for CollectionUtils
* Deal the null for CollectionUtils
* Deal the null for CollectionUtils
* Deal the NPE with Objects.requireNonNull in the CollectionUtils.java
* Keep it simple.
* Update the Javadoc and keep it simple.
2020-04-09 09:02:30 -04:00
Gary Gregory
b2b52ef972
- Update build from checkstyle.version 3.1.0 to 3.1.1.
...
- Update build from checkstyle.dep.version 8.29 to 8.31.
2020-04-08 09:55:26 -04:00
Gary Gregory
e691ad7c23
Fixed the typo and deal the NPE with Objects.requireNonNull #118 .
2020-04-07 12:08:20 -04:00
Chen
5819a966c7
Fixed the typo and deal the NPE with Objects.requireNonNull ( #118 )
...
* Fixed the typo and deal the NPE with Objects.requireNonNull in AbstractLinkedList
* Add a space after the comma and remove the unused `o1` and `o2`
* Fixtypo
* Keep it simple.
2020-04-07 12:06:44 -04:00
Gary Gregory
a6d53a7649
Standardize on American English spelling of 'behavior'.
2020-03-30 10:48:32 -04:00
Gary Gregory
cd9789f779
Javadoc.
2020-03-30 09:35:54 -04:00
Gary Gregory
6600586802
Add @SuppressWarnings and Javadoc.
2020-03-30 09:34:23 -04:00
Gary Gregory
9d017c5617
Add @SuppressWarnings.
2020-03-30 09:30:44 -04:00