Gary Gregory
346c8e7e9e
Javadoc
...
- Close HTML tags
- Use longer lines
- Whitespace before tags
- Remove dead inline comments
2024-10-20 17:01:23 -04:00
Gary Gregory
96763c2612
[COLLECTIONS-533] Add ArrayListValuedLinkedHashMap #560
2024-10-20 11:13:14 -04:00
Peter De Maeyer
bde0d12c51
COLLECTIONS-533 Added ArrayListValuedLinkedHashMap
2024-10-20 11:10:54 -04:00
Gary Gregory
e4eaa0e815
Javadoc
...
Checkstyle
2024-10-20 10:10:55 -04:00
Gary Gregory
161e1f11fb
[COLLECTIONS-777] Migrate to JUnit 5
...
[COLLECTIONS-809] Update try/catch/fail logic to assertThrows
2024-10-20 10:07:45 -04:00
Gary Gregory
2ceab701eb
[COLLECTIONS-777] Migrate to JUnit 5
...
[COLLECTIONS-809] Update try/catch/fail logic to assertThrows
2024-10-20 09:52:45 -04:00
Gary Gregory
0ea3686602
[COLLECTIONS-777] Migrate to JUnit 5
...
[COLLECTIONS-809] Update try/catch/fail logic to assertThrows
2024-10-20 09:35:26 -04:00
Gary Gregory
4754807f4a
Whitespace
2024-10-20 09:07:30 -04:00
Gary Gregory
f05568bc9b
Narrow failure condition
2024-10-20 09:06:24 -04:00
Gary Gregory
589e18eb2f
[COLLECTIONS-815] Update ClosureUtils Javadoc to match runtime
2024-10-20 08:55:32 -04:00
Gary Gregory
6d007a5311
Javadoc
...
- Close HTML tags
- Use longer lines
- Whitespace before tags
- Remove dead inline comments
= Add missing paragraph tags
2024-10-20 08:34:22 -04:00
Gary Gregory
01655058b0
Javadoc
...
- Close HTML tags
- Use longer lines
- Whitespace before tags
- Remove dead inline comments
= Add missing paragraph tags
2024-10-20 08:31:59 -04:00
Benjamin Confino
a7e92888fe
[COLLECTIONS-856] Javadoc: Document interaction between peek and filter
...
iterator #515
- PR #515 , plus:
- Close HTML tags
- End sentence in a period
- Use @link
2024-10-20 08:07:49 -04:00
Gary Gregory
63d30d55bf
Javadoc
2024-10-19 17:46:04 -04:00
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