Sirisha Pratha

Results 10 issues of Sirisha Pratha

Javadocs for Maven Central hosted artifacts are automatically updated here https://javadoc.io/doc/org.eclipse.collections/eclipse-collections-api/latest/index.html. Our Javadoc badges on README point to this link well. We are also hosting Javadocs on our website https://www.eclipse.org/collections/javadoc/11.1.0/...

committer discussion

Remove unused imports in Company class in company-kata and company-kata-solutions. Please note that this issue is created for GHC 2023 and 2024 Open Source Day, thus priority will be given...

good first issue
ghc24

Add tag "KATA" to the exercises in haiku-kata and wordle-kata to keep it consistent with other katas. Candy Kata example [here](https://github.com/eclipse/eclipse-collections-kata/blob/master/candy-kata/src/test/java/org/eclipse/collections/candykata/CandyKataTest.java#L36). Similarly, add tag KATA to [haiku-kata tests](https://github.com/eclipse/eclipse-collections-kata/tree/master/haiku-kata/src/test/java/org/eclipse/collections/haikukata) and [wordle-kata...

enhancement
good first issue
ghc23

The current Eclipse Collections (org.eclipse.collections:eclipse-collections-api and org.eclipse.collections:eclipse-collections) version is 11.1.0. Upgrade it to 12.0.0.M3.

good first issue
dependencies
ghc23

Update [slides.md#what-is-eclipse-collections](https://github.com/eclipse/eclipse-collections-kata/blob/master/docs/api-design/slides.md#what-is-eclipse-collections) to reflect the correct years of development. It should read: 18+ years of development. Please note that this issue is created for GHC 2023 Open Source Day, thus...

good first issue
ghc23
documentation

Upgrade the JUnit 5 version to the [latest ](https://github.com/junit-team/junit5/releases)stable one in all modules.

good first issue
dependencies
ghc24

Update `occurrencesOf()` method in [ImmutableIntBagTest](https://github.com/eclipse/eclipse-collections-kata/blob/master/lost-and-found-kata/src/test/java/org/eclipse/collections/lostandfoundkata/primitive/immutable/ImmutableIntBagTest.java) in [lost-and-found-kata](https://github.com/eclipse/eclipse-collections-kata/tree/master/lost-and-found-kata) to replace 'assertEquals()' with a call to a method from Junit 5 assertions class. Please note that this issue is created for GHC...

good first issue
ghc24

Update `occurrencesOf()` method in [ImmutableIntBagTest](https://github.com/eclipse/eclipse-collections-kata/blob/master/lost-and-found-kata-solutions/src/test/java/org/eclipse/collections/lostandfoundkata/primitive/immutable/ImmutableIntBagTest.java) in [lost-and-found-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/master/lost-and-found-kata-solutions) to replace 'assertEquals()' with a call to a method from Junit 5 assertions class. Please note that this issue is created for GHC...

good first issue
ghc24

Update [company-kata-solution](https://github.com/eclipse/eclipse-collections-kata/tree/master/company-kata-solutions) -> [Exercise1Test](https://github.com/eclipse/eclipse-collections-kata/blob/master/company-kata-solutions/src/test/java/org/eclipse/collections/companykata/Exercise1Test.java) -> [getLondonCustomers()](https://github.com/eclipse/eclipse-collections-kata/blob/af282f3d25fe769ed456b7205fdb310e0f794cb0/company-kata-solutions/src/test/java/org/eclipse/collections/companykata/Exercise1Test.java#L65) solution to use a new method fused method `collectIf` Read this blog for reference: https://medium.com/javarevisited/the-unparalleled-design-of-eclipse-collections-e4340b00f79f Please note that this issue is created for GHC...

good first issue
ghc24