Commit Graph

4718 Commits

Author SHA1 Message Date
Gary Gregory d121ed3833 Fail Javadoc on warning 2024-10-21 10:38:49 -04:00
Gary Gregory 877f16140d Add missing Javadoc 2024-10-21 10:38:40 -04:00
Gary Gregory a910ebd82f Slightly less bad new class name 2024-10-21 10:24:51 -04:00
Gary Gregory c7fc724f23 Only use static imports for JUnit 2024-10-21 10:03:04 -04:00
Gary Gregory e5c805091a Only use static imports for JUnit 2024-10-21 09:45:28 -04:00
Gary Gregory f7ae1720cc Fix Javadoc warning
[WARNING]
...\commons-collections\src\main\java\org\apache\commons\collections4\list\TreeList.java:955:
warning: overridden methods do not document exception type
java.lang.NullPointerException (package java.lang class
NullPointerException)
[WARNING] * @throws NullPointerException {@inheritDoc}
[WARNING] ^
2024-10-20 17:41:23 -04:00
Gary Gregory 799ef3db1d Javadoc: Add missing generic types 2024-10-20 17:38:39 -04:00
Gary Gregory 8a9e5e5299 Javadoc: Match since tags to past releases and the next one 2024-10-20 17:30:40 -04:00
Gary Gregory b5f662ee14 Javadoc: Match since tag to expected version 2024-10-20 17:05:30 -04:00
Gary Gregory 98f607cf0e Javadoc: Match since tag to expected version
Sort members
2024-10-20 17:05:07 -04:00
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