Commit Graph

3003 Commits

Author SHA1 Message Date
Stephan Fuhrmann 51186c1def Moved tests from JUnit 3 to JUnit 4 nomenclature. Closes #44. 2018-06-20 14:49:29 -06:00
Gary Gregory 11eca16f4a The the patrol. 2018-06-16 15:44:05 -06:00
Gary Gregory 3ec21db265 Make Java 11 Javadoc happy by replacing <tt> tags with standard Javadoc
<code> tags.
2018-06-15 16:33:45 -06:00
Gary Gregory c232564c61 Make Java 11 Javadoc happy by replacing <tt> tags with standard Javadoc
<code> tags.
2018-06-15 16:31:04 -06:00
Stephan Fuhrmann 775886ba0c Javadoc fixes. Closes #43. 2018-06-15 16:26:27 -06:00
Stephan Fuhrmann 8f9e66fbf0 Fix checkstyle config. Error was: [ERROR] Failed to execute
goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle
 (default-cli) on project commons-collections4: An error has occurred in
 Checkstyle report generation.: Failed during checkstyle execution:
Failed
 during checkstyle configuration: unable to parse configuration stream:
 Property ${checkstyle.suppressions.file} has not been set -> [Help 1].
Closes #41.
2018-06-12 16:14:12 -06:00
Gary Gregory 949d747373 Use final. 2018-06-12 15:44:36 -06:00
Gary Gregory 8312673aa7 Closes #37. 2018-06-12 15:44:05 -06:00
Stephan Fuhrmann b88b065aa9 [COLLECTIONS-673] ListUtils.partition potential integer overflow.
Applied patch with reformatting.
2018-06-12 15:43:42 -06:00
Gary Gregory 274c9c1d37 Use final. 2018-06-12 15:33:17 -06:00
Gary Gregory 56706c8203 Remove trailing white spaces on all lines. 2018-06-12 15:32:24 -06:00
Stephan Fuhrmann bbf6533902 Some test cases going more into the details of the Flat3Map
implementation. Closes #39.
2018-06-12 15:31:24 -06:00
Gary Gregory 6dbc3b396f Update NOTICE. Add description to README. 2018-06-11 16:59:15 -06:00
Bruno P. Kinoshita 75e87fc76a COLLECTIONS-681: add changes.xml entry
This closes #38
2018-06-10 11:37:03 +12:00
Bruno P. Kinoshita e63c536193 COLLECTIONS-681: expand imports 2018-06-10 11:35:20 +12:00
Stephan Fuhrmann 13467cbc7f COLLECTIONS-681: New unit test for MultiSetUtils 2018-06-10 11:34:43 +12:00
Rob Tompkins 13ba1cc91e (chore) adding commons-release-plugin properties to pom 2018-05-16 16:39:01 -04:00
Gary Gregory 7aff78974c Typo: 'JavaDoc' -> 'Javadoc'. 2018-05-15 12:18:27 -06:00
Gary Gregory a047296d3e Prepare for release while testing build and release plugins. 2018-05-14 17:51:28 -06:00
Gary Gregory bcc005a0fd Prepare for next release. 2018-05-13 10:30:15 -06:00
Gary Gregory 97842394dc Update tests from EasyMock 3.5.1 to 3.6. 2018-05-10 08:44:10 -06:00
Gary Gregory feeae12051 Update commons-parent from 43 to 46. 2018-05-10 08:40:01 -06:00
Gary Gregory 0ca8f9b9fe - Reverting changes since these break binary compatibility. Setting Jira
tickets to 5.0.
- [COLLECTIONS-675] Modify IteratorUtils.peekingIterator signature to
return PeekingIterator.
- [COLLECTIONS-676] Modify IteratorUtils.pushbackIterator signature to
return PushbackIterator.
2018-03-29 11:29:07 -06:00
Gary Gregory 8354ffffce [COLLECTIONS-678] The verification of unsupported iterator methods is
not complete. Closes #36.
2018-03-08 13:13:31 -07:00
Gary Gregory 8da9a65b63 [COLLECTIONS-676] Modify IteratorUtils.pushbackIterator signature to
return PushbackIterator.
2018-02-22 14:49:17 -07:00
Gary Gregory 96eddd6ae1 [COLLECTIONS-675] Modify IteratorUtils.peekingIterator signature to
return PeekingIterator.
2018-02-22 14:45:21 -07:00
Gary Gregory 2dd7c4ad8e Remove trailing white spaces on all lines. 2018-02-22 13:31:22 -07:00
Gary Gregory 864fda4370 Sort members. 2018-02-22 13:30:44 -07:00
Gary Gregory 8accf274ba Javadoc nit. 2018-02-22 13:30:12 -07:00
Gary Gregory 68747912d2 Javadoc nit. 2018-02-22 13:29:31 -07:00
Gary Gregory dee97c3ff1 Update Maven PMD plugin from 3.8 to 3.9.0.
Update Maven Checkstyle plugin from 2.17 to 3.0.0.
2018-02-01 12:04:38 -07:00
Gary Gregory 4a9bcd0f52 [COLLECTIONS-599] HashEntry array object naming data initialized with
double the size during deserialization.
2018-02-01 11:50:15 -07:00
Gary Gregory 1e6435ec10 Javadoc. 2018-01-12 11:03:43 -07:00
Gary Gregory 22daa5f1dd [COLLECTIONS-671] Add
org.apache.commons.collections4.IterableUtils.first(Iterable).
2018-01-10 09:57:27 -07:00
Gary Gregory b5b45d3260 [COLLECTIONS-670] Add
org.apache.commons.collections4.IteratorUtils.first(Iterator).
2018-01-10 09:49:39 -07:00
Gary Gregory db136b93dd Update commons-parent from 42 to 43. 2018-01-07 13:36:31 -07:00
Gary Gregory 598ab40a59 Better wording. 2018-01-03 10:06:18 -07:00
Gary Gregory 059c468f73 Use final. 2018-01-02 19:51:56 -07:00
Gary Gregory 9e62a0e998 Remove trailing white spaces on all lines. 2018-01-02 19:50:06 -07:00
Gary Gregory c6dc370abb [COLLECTIONS-575] Synchronized queue wrapper in QueueUtils. 2018-01-02 19:49:41 -07:00
Gary Gregory 611c73889b [COLLECTIONS-669] Update
org.apache.commons.collections4.CollectionUtils.addAll(Collection&lt;C>,
C[]) to addAll(Collection&lt;C>, C...).
2018-01-02 15:54:09 -07:00
Gary Gregory 5723ce72d0 [COLLECTIONS-669] Update
org.apache.commons.collections4.CollectionUtils.addAll(Collection<C>,
C[]) to addAll(Collection<C>, C...)
2018-01-02 15:34:03 -07:00
Gary Gregory 2fd2a76110 [COLLECTIONS-666] org.apache.commons.collections4.ListUtils.union(List,
List) should pre-allocate result list
2017-12-30 23:16:21 -07:00
Gary Gregory 45f42120a6 Update release description. 2017-12-29 10:59:34 -07:00
Gary Gregory 8b6dc36b37 Fix typo. 2017-12-29 10:56:37 -07:00
Gary Gregory 6044892b88 Javadoc: Add missing @param tags for generics. 2017-12-28 13:56:04 -07:00
Gary Gregory 36d33722c3 Javadoc: Add missing @param tags for generics. 2017-12-28 13:37:20 -07:00
Gary Gregory 5d756cebd7 Javadoc: Add missing @param tags for generics. 2017-12-28 13:32:52 -07:00
Gary Gregory 8e09f5f538 Javadoc: Add missing @param tags for generics. 2017-12-28 13:22:24 -07:00
Gary Gregory 8b66a577f4 No need to nest in an else clause. 2017-12-28 13:17:33 -07:00