-
Guava ImmutableCollection implements java.util.Collection which have mutable methods like add(), remove(), etc.
So we can still invoke those mutable methods in Guava ImmutableCollection even though t…
-
Hello,
I recently installed a fresh Eclipse 2022-09, but I encounter some issues with m2e:
```
java.lang.NullPointerException: Cannot invoke "org.eclipse.m2e.core.internal.project.registry.Mave…
-
Hi, I'm talking about this feature: http://immutables.github.io/immutable.html#array-collection-and-map-attributes.
Are there any plans to extend support for collections from other libraries eg.:
…
-
A complicated but hopefully minor issue was discovered during a workshop for Grace Hopper Celebration. A new contributor upgraded the Eclipse Collections Kata to version 12.0.0.M3 and a test began fai…
-
I have developed OH binding which have pretty big thing channel type definition file. XML file contains over 5000 lines. Whole file can be found here [f1x45-types.xml](https://github.com/paulianttila/…
-
Summarizing the discussion from [java warning: Varargs method could cause heap pollution from non-reifiable varargs parameter](https://stackoverflow.com/questions/28914088/java-warning-varargs-method-…
-
* Eclipse ide 2024-06 (20240606-1231)
* Gradle project using Java 21
* Reproduction project: https://github.com/blablubbabc/jdt-testing
My situation / goal is as follows:
* I have an external li…
-
Hi,
going through the source code I found ```ConcurrentHashMap```. I have been using this library for months and I didn't know you have concurrent containers. I see you even have multiple versions …
-
I discovered there is an overflow error using `sumOfInt` in the following code when the batch size exceeded 536
This code returned the correct sum:
```
long sum = Interval.oneTo(2_000_000)
…
-
As mentioned in https://github.com/eclipse/eclipse-collections/issues/500, the `Collection#removeIf` has not been overridden in Eclipse Collection yet.
I would like to work on that!