Commit Graph

4048 Commits

Author SHA1 Message Date
Gary Gregory fce46cdcc6 Better local variable name 2023-10-19 10:42:56 -04:00
Gary Gregory 93a992657a Javadoc 2023-10-19 07:28:04 -04:00
Gary Gregory 8d48789ea5 No _ in private variable name 2023-10-17 09:08:06 -04:00
Gary Gregory 700fc2623b No _ in private instance variable name 2023-10-17 08:56:32 -04:00
Gary Gregory e7c993b64c Update comment 2023-10-15 10:13:11 -04:00
Gary Gregory 4ecf2a67e5 Add Java 21 build to GitHub 2023-10-14 12:09:52 -04:00
Gary Gregory e40cb66506
Bump com.google.guava:guava-testlib from 32.1.2-jre to 32.1.3-jre #423 2023-10-13 09:07:53 -04:00
dependabot[bot] f88c5b750f
Bump com.google.guava:guava-testlib from 32.1.2-jre to 32.1.3-jre (#423)
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 32.1.2-jre to 32.1.3-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava-testlib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 09:06:35 -04:00
dependabot[bot] aad4315279
Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#422)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](08b4669551...483ef80eb9)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-13 09:06:14 -04:00
Gary Gregory 506a586063 Normalize mvn invocation on GitHub 2023-10-11 07:28:48 -04:00
Gary Gregory bb99f201b1 Make private static classes final 2023-10-10 16:14:05 -04:00
Gary Gregory f30607f6b7 Fix Checkstyle 2023-10-10 07:43:34 -04:00
Gary Gregory 66b30fe3f3 Fix Checkstyle 2023-10-10 07:43:29 -04:00
Gary Gregory 290d6d99a8 Fix Checkstyle 2023-10-10 07:43:24 -04:00
Gary Gregory b2ab60874a Bump commons-parent 2023-10-09 18:06:27 -04:00
Gary Gregory 12047a30ed Sort imports and enforce through Checkstyle 2023-10-09 08:15:40 -04:00
Gary Gregory 35e4087173 Remove commons.releaseManagerName and commons.releaseManagerKey 2023-10-03 07:50:23 -04:00
Gary Gregory dc6d9f8249 Bump commons-io from 2.13.0 to 2.14.0 (tests) 2023-09-29 16:49:12 -04:00
dependabot[bot] 0e3ce98056
Bump actions/checkout from 4.0.0 to 4.1.0 (#421)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [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/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 11:19:15 -04:00
dependabot[bot] 114b6572c6
Bump actions/setup-java from 3.12.0 to 3.13.0 (#419)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 09:00:44 -04:00
Gary Gregory c182f65613 Better lambdas
Use final
Initialize Map when instantiating
Use diamonds
Use varargs
2023-09-13 18:10:39 -04:00
Gary Gregory b776c258b3
Bump org.easymock:easymock from 5.1.0 to 5.2.0 #414 2023-09-08 09:05:44 -04:00
dependabot[bot] 6bc8cf38b6
Bump org.easymock:easymock from 5.1.0 to 5.2.0 (#414)
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/easymock/easymock/compare/easymock-5.1.0...easymock-5.2.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-08 09:04:53 -04:00
dependabot[bot] f9f2822149
Bump actions/checkout from 3.6.0 to 4.0.0 (#415)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [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/v3.6.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-08 09:04:38 -04:00
dependabot[bot] d9da87e4bd
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#416)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b7f8abb15...a8a3f3ad30)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-08 09:04:22 -04:00
dependabot[bot] c8fcf25493
Bump actions/cache from 3.3.1 to 3.3.2 (#417)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-08 09:04:09 -04:00
Gary Gregory 22e1c0d010 Bump commons-parent from 61 to 62 2023-09-07 07:40:16 -04:00
Gary Gregory 5869350568 Update DTD 2023-09-01 10:58:35 -04:00
Gary Gregory f1df2d6f1b Bump commons-parent from 59 to 61 2023-08-30 09:40:28 -04:00
Gary Gregory c5c4194ae5 Javadoc 2023-08-29 08:45:42 -04:00
Gary Gregory 9d3c2eda3e Remove @SuppressWarnings 2023-08-29 08:27:10 -04:00
dependabot[bot] 5c7056603e
Bump actions/checkout from 3.5.3 to 3.6.0 (#413)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [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/v3.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 08:57:26 -04:00
Gary Gregory af6fff168c Use diamonds 2023-08-24 11:00:33 -04:00
Gary Gregory ea78167069 Normalize array type declarations 2023-08-23 08:42:23 -04:00
Gary Gregory 265ca720b5 Better internal class name 2023-08-18 10:56:22 -04:00
Claude Warren 488393e600
COLLECTIONS-844: Allow counting Bloom filters with cell size other than Integer.SIZE (#406)
* Added getMaxInsert() and getMaxValue() to CountingBloomFilter.

* Changed 'BitCount' to 'Cell' to match the literature for counting Bloom filters.

* Updated documentation.

* Changed CellProducer to require ordered distinct cell indices.

* Updated asIndexArray to respect the order of forEachIndex.
2023-08-15 08:34:38 +01:00
Gary Gregory 1e9abf1da5
Bump guava-testlib from 31.1-jre to 32.1.2-jre #394, #395, #404, #405, #441. Bump com.google.guava:guava-testlib from 32.1.1-jre to 32.1.2-jre #411 2023-08-04 09:36:34 -04:00
dependabot[bot] 8600d5b114
Bump com.google.guava:guava-testlib from 32.1.1-jre to 32.1.2-jre (#411)
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 32.1.1-jre to 32.1.2-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava-testlib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 09:35:02 -04:00
sebbASF 14215e5bdd
Merge pull request #410 from syoon2/javadoc-grammar
Fix grammatical error in Javadoc
2023-08-01 10:16:31 +01:00
Sung Ho Yoon 450f9c748f
(doc) Fix grammatical error in Javadoc 2023-08-01 15:08:16 +09:00
Gary Gregory bd06a52cc9
Fix punctuation and minor Javadoc issues #409 2023-07-29 17:39:44 -04:00
Martin Wiesner 33bd5d12c2
fixes misplaced symbols in javadoc (mainly in Hasher, CountingLongPredicate) (#409)
resolves grammar and punctuation issues
2023-07-29 17:03:15 -04:00
Gary Gregory 8a0d6b0da5 Bump commons-lang3 from 3.12.0 to 3.13.0 2023-07-28 18:05:32 -04:00
Gary Gregory b9cc9709f5 Bump commons-lang3 from 3.12.0 to 3.13.0 2023-07-28 18:00:10 -04:00
dependabot[bot] 32ed9e2c17
Bump actions/setup-java from 3.11.0 to 3.12.0 (#408)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-28 08:40:57 -04:00
Gary Gregory 97013d03b5 Bump commons-parent from 58 to 59 2023-07-28 07:55:29 -04:00
Gary Gregory f503e0c92b
Make AbstractPatriciaTrie public #407 2023-07-27 15:18:24 -04:00
Vadim 66d6b9e2f2
Make AbstractPatriciaTrie public (#407)
* Make AbstractPatriciaTrie public

* Added javadocs
2023-07-27 15:16:33 -04:00
Gary Gregory 99473dfa20 Remove unused import 2023-07-13 09:59:51 -04:00
Gary Gregory f59447dd4f Must override toString() for Java 17 2023-07-13 09:46:50 -04:00