Commit Graph

4342 Commits

Author SHA1 Message Date
Gary Gregory 765f381bb1 Inline useless single use local variable
Whitespace
2024-05-12 09:06:37 -04:00
Gary Gregory 138468805f Inline useless single use local variable 2024-05-12 09:05:42 -04:00
Gary Gregory c2f6facdde Inline useless single use local variable 2024-05-12 09:05:20 -04:00
Gary Gregory 248fcd7d8a Inline useless single use local variable 2024-05-12 09:04:57 -04:00
Gary Gregory 97c5ac99f0 Remove redundant code 2024-05-12 09:04:46 -04:00
Gary Gregory eb382fdc6f Use final and lambda 2024-05-12 09:04:37 -04:00
Gary Gregory e5041ec95c Add missing serialVersionUID from test
No compatibility issue since this is a test
2024-05-12 09:04:07 -04:00
Gary Gregory be4e3f85d3 Remove redundant code 2024-05-12 09:03:27 -04:00
Gary Gregory 740603072a Remove redundant code 2024-05-12 09:03:19 -04:00
Gary Gregory 88972f1fe8 Fill ArrayList on construction 2024-05-12 09:02:59 -04:00
Gary Gregory a650099315 Inline useless single use local variable 2024-05-12 09:02:27 -04:00
Gary Gregory 75159111ff Inline useless single use local variable 2024-05-12 09:02:18 -04:00
Gary Gregory 43214abc79 Inline useless single use local variable 2024-05-12 09:02:08 -04:00
Gary Gregory de059262b9 Use final 2024-05-12 08:54:09 -04:00
Gary Gregory b87d212629 Sort imports 2024-05-12 08:39:07 -04:00
Gary Gregory 5051dbf0b5 Sort members 2024-05-12 08:38:43 -04:00
Gary Gregory 1a9ff2f6ba [COLLECTIONS-853] Change LayerManager to use List and added generics to
LayerdedBloomFilter #481
2024-05-12 08:38:07 -04:00
Claude Warren 56da869565
COLLECTIONS-853: Change LayerManager to use List and added generics to LayerdedBloomFilter (#481)
* Added generics to LayeredBloomFilter, modified WrappedBloomfFilter to requrie copy() implementation and changed LayerManager LinkedList declaration to List.

* removed wildcard include

* Placed NumberedBloomFilter class into LayeredBloomFilterTest where it is used and fixed implementation

* made wrapped Bloom filter private with protected access member

* removed null checks from LayerManager first() and last()

* fixed generics

* removed LayerdBloomFilter.fixed()  methods

* changed to Deque in API

* fixed issue with advanceOnCount implementation
2024-05-12 08:36:17 -04:00
dependabot[bot] bd8e9506b3
Bump github/codeql-action from 3.25.3 to 3.25.4 (#489)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](d39d31e687...ccf74c9479)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-05-10 08:11:33 -04:00
dependabot[bot] 8f026cb565
Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#490)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](0864cf1902...dc50aa9510)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  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>
2024-05-10 08:11:21 -04:00
dependabot[bot] 1d1632820f
Bump actions/checkout from 4.1.4 to 4.1.5 (#488)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...44c2b7a8a4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-05-10 08:10:46 -04:00
aherbert 98e543a2d5 Track changes 2024-05-07 15:00:21 +01:00
Julian Reschke 634b23dbbb
COLLECTIONS-842: Deprecate Lists incompatible with Java 21, add new variant of AbstractLinkedList (#485) 2024-05-07 14:54:40 +01:00
Gary Gregory 4d40c035ab Update Checkstyle DTD version from 1.0 to 1.2 2024-05-05 14:43:28 -04:00
Gary Gregory 56c91067ec
Bump com.google.guava:guava-testlib from 33.1.0-jre to 33.2.0-jre #487 2024-05-03 08:59:33 -04:00
dependabot[bot] 7d47778293
Bump com.google.guava:guava-testlib from 33.1.0-jre to 33.2.0-jre (#487)
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 08:58:56 -04:00
dependabot[bot] 2255d8d851
Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#486)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](84508663e9...5ecb98a3c6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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>
2024-05-03 08:28:35 -04:00
Gary Gregory 1dc530e6fa Remove obsolete pre-Java 1.2 code 2024-05-01 10:35:14 -04:00
Gary Gregory f84e48c4d5 Bump optional commons-codec:commons-codec from 1.16.1 to 1.17.0 2024-04-29 07:21:53 -04:00
Gary Gregory f17fbd5033 Deprecate Transformer in favor of java.util.function.Function 2024-04-28 09:48:40 -04:00
Gary Gregory c208c4adde Deprecate Predicate in favor of java.util.function.Predicate 2024-04-28 09:37:52 -04:00
Gary Gregory e5c3d7ec12 Deprecate Factory in favor of java.util.function.Supplier 2024-04-28 09:30:31 -04:00
Gary Gregory c17637259b Deprecate Closure in favor of java.util.function.Consumer 2024-04-28 09:27:36 -04:00
Gary Gregory b678b30be6 Fix comment 2024-04-28 09:23:27 -04:00
Gary Gregory ad4e2e013e Fix attribute name 2024-04-28 09:23:00 -04:00
dependabot[bot] 8c4f33b76e
Bump actions/checkout from 4.1.2 to 4.1.4 (#483)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](9bb56186c3...0ad4b8fada)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-04-26 08:44:50 -04:00
dependabot[bot] e282ae5786
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#484)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](1746f4ab65...65462800fd)

---
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>
2024-04-26 08:44:39 -04:00
dependabot[bot] bd8992a10e
Bump github/codeql-action from 3.25.1 to 3.25.3 (#482)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](c7f9125735...d39d31e687)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-04-26 08:44:27 -04:00
dependabot[bot] d886f613ef
Bump github/codeql-action from 3.24.10 to 3.25.1 (#479)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4355270be1...c7f9125735)

---
updated-dependencies:
- dependency-name: github/codeql-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>
2024-04-19 09:08:40 -04:00
dependabot[bot] f4e21f04db
Bump actions/upload-artifact from 4.3.1 to 4.3.2 (#480)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](5d5d22a312...1746f4ab65)

---
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>
2024-04-19 09:08:31 -04:00
Gary Gregory 720c9e5c96 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 2024-04-17 09:01:32 -04:00
Gary Gregory c94d3a4061 Set the bar for JaCoCo checks 2024-04-17 09:01:22 -04:00
Gary Gregory cb47bc8c5a
[COLLECTIONS-852] Add layerd bloom filter clean method #476 2024-04-17 08:50:51 -04:00
Claude Warren cc651b2db9
Collections-852: add layerd bloom filter clean method (#476)
* Initial implementation and LayerManager test

* updated LayeredBloomFilterTest - fixed checkstyle issues

* changes as requested in review
2024-04-17 08:48:39 -04:00
Gary Gregory de05f5f126 Use long lines 2024-04-13 16:14:55 -04:00
Gary Gregory 2c35b9c1c9 Remove useless call to String.format() 2024-04-13 16:13:01 -04:00
dependabot[bot] ab492c7c6a
Bump github/codeql-action from 3.24.9 to 3.24.10 (#477)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1b1aada464...4355270be1)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-04-12 08:39:01 -04:00
dependabot[bot] d192419171
Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#478)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](7afa10ed9b...84508663e9)

---
updated-dependencies:
- dependency-name: codecov/codecov-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>
2024-04-12 08:38:50 -04:00
Gary Gregory de7c51e309
Bump tests commons-io:commons-io from 2.16.0 to 2.16.1 #475 2024-04-08 13:21:14 -04:00
dependabot[bot] 0684619649
Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#475)
Bumps commons-io:commons-io from 2.16.0 to 2.16.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  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>
2024-04-08 13:20:24 -04:00