eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Implemented LazyIterable default toImmutable[List/Set/Bag] and unit tests

Open fermendivilt opened this issue 1 year ago • 2 comments

Fixes #1587

The tests pass; if the implementation is not what was expected (or anything else) please let me know and I'll work on it :)

Had some problems along the way, mainly because of biz.aQute.bnd.annotation.spi, when I tried to run all the tests. I still don't understand my issue (maybe the fact that I am using IntelliJ and its JDK version manager?), but the solution was to add it to a module-info.java file.

fermendivilt avatar Aug 02 '24 16:08 fermendivilt

Uuuuhm I might require some help for this, I don't understand the error :s

fermendivilt avatar Aug 02 '24 19:08 fermendivilt

  • #1660

pzygielo avatar Aug 03 '24 08:08 pzygielo