Commit Graph

4644 Commits

Author SHA1 Message Date
Gary Gregory 77e10668ab Whitespace 2024-10-19 14:54:17 -04:00
Gary Gregory 2673e5dfae Javadoc
- Close HTML tags
- Remove dead inline comments
2024-10-19 14:51:55 -04:00
Gary Gregory b8ff7e3e26 Javadoc
- Close HTML tags
- Remove dead inline comments
2024-10-19 14:50:49 -04:00
Gary Gregory 91baca5864 Fix typos in comments 2024-10-19 11:56:20 -04:00
Gary Gregory d6e14a6b22 Sort members 2024-10-19 11:55:47 -04:00
Gary Gregory c8cd99e431 [COLLECTIONS-869] Add
org.apache.commons.collections4.IteratorUtils.chainedIterator(Iterator<?
extends Iterator<? extends E>>)
2024-10-19 11:38:23 -04:00
Gary Gregory 74e207eceb Fix Javadoc 2024-10-19 11:31:20 -04:00
Gary Gregory bb3c5c863f Fix Javadoc 2024-10-19 11:20:13 -04:00
Gary Gregory f898f03192 Whitespace 2024-10-19 11:19:26 -04:00
Gary Gregory d3f5d7f6a8 Rename private isntance variable
Whitespace
2024-10-19 11:16:06 -04:00
Gary Gregory 648f993f56 Fix generics in
org.apache.commons.collections4.IteratorUtils.chainedIterator(Collection<?
extends Iterator<? extends E>>)
2024-10-19 10:26:56 -04:00
Gary Gregory 99f65a305e Fix generics in IteratorChain.IteratorChain(Collection) 2024-10-19 10:13:42 -04:00
Gary Gregory 2d8ad42bde Add missing test
Rename existing test
2024-10-19 09:45:36 -04:00
Gary Gregory 649a39b9fa Whitespace 2024-10-19 09:23:27 -04:00
Gary Gregory 5f23d725ee Javadoc
- Close HTML tags
- Whitespace before tags
- Remove dead inline comments
2024-10-19 09:14:36 -04:00
Gary Gregory b3d29d56d8 Javadoc: Close HTML tags 2024-10-19 09:02:42 -04:00
Gary Gregory 2e48bfd0b3 Javadoc: Close HTML tags 2024-10-19 09:02:22 -04:00
Gary Gregory 38ecfdc197 Javadoc 2024-10-19 08:52:27 -04:00
Gary Gregory 4a44d66b73 Simplify SparseBloomFilter.processIndices(IntPredicate) with a stream 2024-10-18 18:44:21 -04:00
Gary Gregory 520967d5eb Javadoc
- Whitespace before tags
- Close HTML tags
- Use longer lines
- Whitespace
- End sentence with a period
- Remove separator inline comments
- @since tags not needed on package-private elements
- Add missing HTML paragraph tags
- Use inline comments intead of blocks
2024-10-18 18:40:11 -04:00
Gary Gregory ff0dc6032d Javadoc 2024-10-18 18:20:15 -04:00
Gary Gregory 5f09d49ed5 Javadoc: Use a sentence 2024-10-18 18:10:21 -04:00
Gary Gregory c11ade2fa1 Javadoc typo 2024-10-18 18:05:41 -04:00
Gary Gregory 5479a7d765 Fix generic typing for BloomFilter.copy()
Avoids guaranteed exceptions. For example:

SparseBloomFilter filter = new SimpleBloomFilter(Shape.fromNP(10000,
0.01)).copy();

After this commit, this type of broken code won't even compile.
2024-10-18 18:04:05 -04:00
Gary Gregory 32a0b7783a Javadoc 2024-10-18 12:13:16 -04:00
Gary Gregory 01f5fdd0a9 [COLLECTIONS-860] Javadoc CollectionBag.add* to throw ClassCastException 2024-10-18 12:08:53 -04:00
Gary Gregory 4a01360494 Javadoc: Close HTML tags 2024-10-18 11:38:32 -04:00
Gary Gregory 3b1775be90 Javadoc: Close HTML tags 2024-10-18 11:38:14 -04:00
Gary Gregory 433a50e3ea Disable new test 2024-10-18 11:37:57 -04:00
Gary Gregory 1448ec3d44 Javadoc: Close HTML tags 2024-10-18 11:37:38 -04:00
Gary Gregory 78648c4404 Javadoc: Close HTML tags 2024-10-18 11:37:07 -04:00
Gary Gregory cc94a9d433 [COLLECTIONS-864] Add
CollectionUtilsTest.testSelect_Iterable_Predicate_Collection_JiraCollections864
2024-10-18 11:04:20 -04:00
Gary Gregory 45603c08d9 Fix GH badge 2024-10-14 07:08:22 -04:00
dependabot[bot] 5e0e9c9efe Bump actions/upload-artifact from 4.4.0 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](50769540e7...b4b15b8c7c)

---
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>
2024-10-11 08:20:44 -04:00
dependabot[bot] 4b4890914f Bump github/codeql-action from 3.26.11 to 3.26.12
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.11 to 3.26.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](6db8d6351f...c36620d31a)

---
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>
2024-10-11 08:20:34 -04:00
dependabot[bot] 561327f437 Bump actions/cache from 4.0.2 to 4.1.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0c45773b62...3624ceb22c)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 08:20:23 -04:00
dependabot[bot] 7bbd3917a3 Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 08:20:10 -04:00
Gary Gregory 33bfca5d67 Add commons.easymock.version to parameterize EasyMock version
Fix XML
2024-10-10 15:39:27 -04:00
Gary Gregory 56ff54825b Experiment with Java 24-EA builds
Get past ASM error by using a new JaCoCo SNAPSHOT version
2024-10-09 21:16:11 -04:00
Gary Gregory e1016b7866
Bump org.apache.commons:commons-parent from 76 to 77 #555 2024-10-09 13:16:42 -04:00
dependabot[bot] 78f687b67b Bump org.apache.commons:commons-parent from 76 to 77
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 76 to 77.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 13:16:12 -04:00
Gary Gregory 37a660d2b4 Internal refactoring 2024-10-05 17:09:07 -04:00
Gary Gregory 80429d4303 Internal refactoring 2024-10-05 16:52:22 -04:00
Gary Gregory fd1ff1d862 Javadoc 2024-10-05 16:37:53 -04:00
Gary Gregory 7f7fa0faa6 Add BloomFilterExtractorTest.testFromBloomFilterArray()
Enable BloomFilterExtractorTest.testFlattenEmpty()
2024-10-05 16:26:46 -04:00
Gary Gregory 6d86b4bde6 Improve WrappedBloomFilterTest
All tests now assert copy() the same way
2024-10-05 15:47:27 -04:00
Gary Gregory caa771abcd BloomFilterExtractor.flatten() should throw an exception instead of
returning null
2024-10-05 15:41:43 -04:00
Gary Gregory 730d972cde Parameterize testCopy() 2024-10-05 10:05:36 -04:00
Gary Gregory 1f7cff826c [COLLECTIONS-700] Add ConcurrentReferenceHashMap 2024-10-05 09:48:36 -04:00
Gary Gregory 43a4719d23 Add missing test AbstractBloomFilterTest.testCopy() 2024-10-04 11:35:12 -04:00