Skip to content
Success

Changes

Summary

  1. Release version 8.0.0-M1. (details)
  2. Update version number to 8.0.0-SNAPSHOT. (details)
  3. Update RELEASE_NOTE_DRAFT.md for 8.0.0-M2 release. (details)
  4. Fix issues in Collectors2 Javadoc. (details)
  5. Apply skeletal implementation to interface migration automated (details)
  6. Implement of() methods on Multimaps (details)
  7. Add a factory class for MutableSortedBagMultimap to Multimaps. (details)
  8. Implement synchronized Multimaps. (details)
  9. Implement selectByOccurrences on primitive Bags. (details)
  10. Implement top/bottomOccurrences on primitive Bags. (details)
  11. Deploy junit-trait-runner module. (details)
  12. Change primitive functional interfaces to extend the corresponding JDK (details)
  13. Change primitive-primitive/object-primitive/primitive-object functional (details)
  14. Fix overrides of detectWith/detectIfNone/detectIfNoneWith methods in (details)
  15. Remove unnecessary override of detectWith method from CollectIterable. (details)
  16. Make detectOptional methods throw NullPointerException when detecting (details)
Commit ebc1db0af1e66ae0bbfc89d2c7793671fe737561 by hudson
Release version 8.0.0-M1.
The file was modified pom.xml (diff)
The file was modified performance-tests/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified unit-tests-java8/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified eclipse-collections-code-generator-ant/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
Commit 00a1d2515c390c29436d9d64a75106c2d030f40f by hudson
Update version number to 8.0.0-SNAPSHOT.
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified eclipse-collections-code-generator-ant/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified performance-tests/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified unit-tests-java8/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
Commit 6b475c8007ee66182568620b2a295f54aa22c2ff by Hiroshi Ito
Update RELEASE_NOTE_DRAFT.md for 8.0.0-M2 release.

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified RELEASE_NOTE_DRAFT.md (diff)
Commit 35dfbeb7251a63f6ed815e5b3e810b9fa8fed360 by Donald Raab
Fix issues in Collectors2 Javadoc.

Signed-off-by: Donald Raab <Donald.Raab@gs.com>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/collector/Collectors2.java (diff)
Commit 6a4e99a2f144a3c258909ef9be7134abaabd45de by itohro
Apply skeletal implementation to interface migration automated refactoring.

* Applied skeletal implementation to interface migration automated refactoring.

Signed-off-by: Raffi Khatchadourian <rkhatchadourian@citytech.cuny.edu>

* Unmigrate methods that crossed module boundaries.

Signed-off-by: Raffi Khatchadourian <rkhatchadourian@citytech.cuny.edu>

* Convert tab characters to spaces.

Signed-off-by: Raffi Khatchadourian <rkhatchadourian@citytech.cuny.edu>

* Remove unused import straggler.

Signed-off-by: Raffi Khatchadourian <rkhatchadourian@citytech.cuny.edu>

* Move curly brace to newline to conform to destination interface coding styles.

There are differences in coding styles between the source module, where the implementations originated, and the destination module, where the default methods were created. This commit is to conform to to new coding style. This is a manual step as we do not currently analyze the difference in coding styles between projects/modules.

Signed-off-by: Raffi Khatchadourian <rkhatchadourian@citytech.cuny.edu>

* Removed skeletal implementations from template file.

These implementations were automatically copied to PrimitiveIterable. This step represents the corresponding removable. This is a manual step and a workaround of https://github.com/khatchad/Migrate-Skeletal-Implementation-to-Interface-Refactoring/issues/165.

Signed-off-by: Raffi Khatchadourian <rkhatchadourian@citytech.cuny.edu>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/collection/mutable/AbstractCollectionAdapter.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/MutableMultimap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/parallel/Combiner.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/ParallelIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/AbstractImmutableMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/AbstractRichIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/parallel/AbstractProcedureCombiner.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/abstractPrimitiveIterable.stg (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/PrimitiveIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/AbstractMutableMapIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/AbstractMutableList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/AbstractMutableMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/MutableMapIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/sorted/mutable/AbstractMutableSortedMap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/parallel/AbstractParallelIterable.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/list/ListIterable.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/ImmutableMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/sorted/MutableSortedMap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/mutable/AbstractMutableSortedBag.java (diff)
Commit 9182f3f32e73a8368a05cc8de8ba68ec04ce36c4 by Hiroshi Ito
Implement of() methods on Multimaps

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/factory/MultimapsTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Multimaps.java (diff)
Commit 4e8c9c7977f07bba5d535927bb45e4d6e7cdb408 by s.g.vottegmail.com Sano
Add a factory class for MutableSortedBagMultimap to Multimaps.

Signed-off-by: Shotaro Sano <s.g.votte@gmail.com>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Multimaps.java (diff)
Commit 7c48a495687a4f26d3f985512088b65a106c8671 by s.g.vottegmail.com Sano
Implement synchronized Multimaps.

Signed-off-by: Shotaro Sano <s.g.votte@gmail.com>
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/set/MutableSetIterableMultimap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/bag/sorted/mutable/TreeBagMultimap.java (diff)
The file was addedeclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/bag/SynchronizedBagMultimap.java
The file was addedeclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/set/sorted/SynchronizedSortedSetMultimap.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/mutable/SynchronizedBag.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/set/AbstractMutableSetMultimap.java (diff)
The file was addedeclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/list/SynchronizedListMultimap.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/set/SynchronizedPutUnifiedSetMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/sortedbag/MutableSortedBagMultimap.java (diff)
The file was addedunit-tests/src/test/java/org/eclipse/collections/impl/multimap/bag/SynchronizedBagMultimapTest.java
The file was addedserialization-tests/src/test/java/org/eclipse/collections/impl/multimap/list/SynchronizedListMultimapSerializationTest.java
The file was addedserialization-tests/src/test/java/org/eclipse/collections/impl/multimap/SynchronizedMultimapSerializationTestCase.java
The file was addedunit-tests/src/test/java/org/eclipse/collections/impl/multimap/bag/sorted/mutable/SynchronizedSortedBagMultimapTest.java
The file was modified RELEASE_NOTE_DRAFT.md (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/bag/AbstractMutableBagMultimap.java (diff)
The file was addedserialization-tests/src/test/java/org/eclipse/collections/impl/multimap/set/sorted/SynchronizedSortedSetMultimapSerializationTest.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/list/AbstractMutableListMultimap.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/multimap/AbstractMultimapTestCase.java (diff)
The file was addedunit-tests/src/test/java/org/eclipse/collections/impl/multimap/set/SynchronizedSetMultimapTest.java
The file was addedeclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/set/SynchronizedSetMultimap.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/set/sorted/SynchronizedPutTreeSortedSetMultimap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/list/SynchronizedPutFastListMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/sortedset/MutableSortedSetMultimap.java (diff)
The file was addedeclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/SynchronizedMultimapSerializationProxy.java
The file was modified findbugs-exclude.xml (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/bag/SynchronizedPutHashBagMultimap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/set/sorted/TreeSortedSetMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/bag/MutableBagMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/list/MutableListMultimap.java (diff)
The file was addedeclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/AbstractSynchronizedMultimap.java
The file was addedunit-tests/src/test/java/org/eclipse/collections/impl/multimap/list/SynchronizedListMultimapTest.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/bag/TreeBagMultimap.java (diff)
The file was addedserialization-tests/src/test/java/org/eclipse/collections/impl/multimap/bag/SynchronizedBagMultimapSerializationTest.java
The file was addedeclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/bag/sorted/mutable/SynchronizedSortedBagMultimap.java
The file was addedserialization-tests/src/test/java/org/eclipse/collections/impl/multimap/bag/sorted/mutable/SynchronizedSortedBagMultimapSerializationTest.java
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/MutableMultimap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap.java (diff)
The file was addedunit-tests/src/test/java/org/eclipse/collections/impl/multimap/set/sorted/SynchronizedSortedSetMultimapTest.java
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/multimap/set/MutableSetMultimap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/multimap/bag/sorted/TreeBagMultimap.java (diff)
The file was addedserialization-tests/src/test/java/org/eclipse/collections/impl/multimap/set/SynchronizedSetMultimapSerializationTest.java
Commit 78bd9e40db37ce96c53044675bbfcc956f7081d5 by Donald Raab
Implement selectByOccurrences on primitive Bags.

Signed-off-by: Donald Raab <Donald.Raab@gs.com>
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveSingletonBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/bag/immutable/abstractImmutablePrimitiveBagTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/bag/mutable/abstractMutablePrimitiveBagTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveHashBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/primitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/mutable/primitiveHashBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/bag/mutable/unmodifiablePrimitiveBagTest.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/mutable/synchronizedPrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/immutablePrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/mutablePrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/bag/immutable/immutablePrimitiveSingletonBagTest.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/mutable/unmodifiablePrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveEmptyBag.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag.java (diff)
Commit d2417e2d4a10c3aa1bdfc7e6d3a9c6df5dd29519 by Donald Raab
Implement top/bottomOccurrences on primitive Bags.

Signed-off-by: Donald Raab <Donald.Raab@gs.com>
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/primitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveSingletonBag.stg (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/bag/mutable/MutableBagTestCase.java (diff)
The file was modified RELEASE_NOTE_DRAFT.md (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/bag/mutable/unmodifiablePrimitiveBagTest.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveEmptyBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/mutable/unmodifiablePrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/immutablePrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/bag/mutable/abstractMutablePrimitiveBagTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/bag/immutable/abstractImmutablePrimitiveBagTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/mutablePrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveHashBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/mutable/primitiveHashBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/mutable/synchronizedPrimitiveBag.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag.java (diff)
Commit 756639d40824aaf878668efadf84176dde9ead10 by Hiroshi Ito
Deploy junit-trait-runner module.

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified junit-trait-runner/pom.xml (diff)
Commit 33a7a6427db3c54f1ee6fc5730330107e0b4f721 by Hiroshi Ito
Change primitive functional interfaces to extend the corresponding JDK functional interfaces. Closes #125.

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified eclipse-collections-code-generator/src/main/resources/api/block/function/primitiveFunction.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/block/function/primitiveFunction0.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/block/procedure/primitiveProcedure.stg (diff)
Commit e67e0ac969fd373f7a1bde3da457b710a8c1e1e3 by Hiroshi Ito
Change primitive-primitive/object-primitive/primitive-object functional interfaces to extend the corresponding JDK functional interfades. Closes #126.

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified RELEASE_NOTE_DRAFT.md (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/block/procedure/objectPrimitiveProcedure.stg (diff)
The file was modified findbugs-exclude.xml (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/block/function/primitiveToPrimitiveFunction.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/block/function/primitiveToObjectFunction.stg (diff)
Commit f8e66c311227e42955386fc4e7ccb7580ace463e by Hiroshi Ito
Fix overrides of detectWith/detectIfNone/detectIfNoneWith methods in ImmutableArrayList.

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/immutable/ImmutableArrayList.java (diff)
Commit 0865f90fc3f75951524ff56fe5ff0fe570e239cb by Hiroshi Ito
Remove unnecessary override of detectWith method from CollectIterable.

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/CollectIterable.java (diff)
Commit ef6991ab2c090201adf5dee1b058662ffad484da by Hiroshi Ito
Make detectOptional methods throw NullPointerException when detecting null value.

Signed-off-by: Hiroshi Ito <Hiroshi.Ito@gs.com>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/mutable/AbstractMutableBagIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/ListIterate.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/AbstractUnifiedSet.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/immutable/ImmutableHashBag.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/FlatCollectIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/immutable/ImmutableSortedBagImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/FastList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/AbstractMutableList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/ArrayIterate.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/utility/internal/IterableIterateTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/Iterate.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/lazy/AbstractLazyIterableTestCase.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/immutable/ImmutableEmptyBag.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/DropWhileIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/CompositeIterable.java (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/SortedIterableTestCase.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/AbstractMapIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/immutable/ImmutableArrayBag.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/immutable/ImmutableEmptySet.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/internal/RandomAccessListIterate.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/internal/IteratorIterate.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/DropIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/immutable/ImmutableArrayList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/AbstractRichIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/LazyIterableAdapter.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/immutable/ImmutableSingletonBag.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/SelectInstancesOfIterable.java (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/lazy/SelectInstancesOfIterableTestNoIteratorTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/UnifiedMap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/CollectIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/RejectIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/TapIterable.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/lazy/FlatCollectIterableTestNoIteratorTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/SelectIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/immutable/ImmutableEmptyList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/ArrayListIterate.java (diff)
The file was modified RELEASE_NOTE_DRAFT.md (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/map/mutable/ConcurrentMutableHashMapTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/lazy/DistinctIterable.java (diff)
The file was addedunit-tests-java8/src/test/java/org/eclipse/collections/test/NoDetectOptionalNullTestCase.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/internal/InternalArrayIterate.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/fixed/AbstractArrayAdapter.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/mutable/UnifiedSet.java (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/RichIterableTestCase.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/lazy/CompositeIterableTest.java (diff)