rzrobin213
rzrobin213
As referenced in the PR below, the map test suite does not have a MapTestCase class like the other collection test suites. It would be better practice to extract the...
It seems like issue #500 has not been resolved yet. The default `Map#computeIfPresent` has not been overridden and delegated to other Eclipse Collection methods. I wanted to get started on...
The method `findWordleWords()` in the `TextProcessorJDK` class for the [haiku-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions) module is not yet implemented. Follow the TODOs and hints given in the [method](https://github.com/eclipse/eclipse-collections-kata/blob/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions/src/main/java/org/eclipse/collections/haikukata/TextProcessorJDK.java#L128). Please do not add solutions to...
The method `getHaikuAsChars()` in the `TextProcessorJDK` class for the [haiku-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions) module is not yet implemented. Follow the TODOs and hints given in the [method](https://github.com/eclipse/eclipse-collections-kata/blob/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions/src/main/java/org/eclipse/collections/haikukata/TextProcessorJDK.java#L30). Please do not add solutions to...
The method `guess(String guess)` in the `WordleJDK` record for the [wordle-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/52070f7651667c27e974e45eea2cce4309345530/wordle-kata-solutions) module is not yet implemented. This is a more difficult exercise as it involves more Java Streams APIs and...
The method `guess(String guess)` in the `WordleEC` record for the [wordle-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/52070f7651667c27e974e45eea2cce4309345530/wordle-kata-solutions) module is not yet implemented. This is a more difficult exercise as it involves more EC APIs and has...
The method `topVowelAndConsonant()` in the `TextProcessorEC` class for the [haiku-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions) module is not yet implemented. Follow the TODOs and hints given in the [method](https://github.com/eclipse/eclipse-collections-kata/blob/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions/src/main/java/org/eclipse/collections/haikukata/TextProcessorEC.java#L79). Please do not add solutions to...
The method `duplicatesAndUnique()` in the `TextProcessorEC` class for the [haiku-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions) module is not yet implemented. Follow the TODOs and hints given in the [method](https://github.com/eclipse/eclipse-collections-kata/blob/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions/src/main/java/org/eclipse/collections/haikukata/TextProcessorEC.java#L61). Please do not add solutions to...
The method `distinctLetters()` in the `TextProcessorJDK` class for the [haiku-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/tree/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions) module is not yet implemented. Follow the TODOs and hints given in the [method](https://github.com/eclipse/eclipse-collections-kata/blob/52070f7651667c27e974e45eea2cce4309345530/haiku-kata-solutions/src/main/java/org/eclipse/collections/haikukata/TextProcessorJDK.java#L52). Please do not add solutions to...
In the hint of TextProcessorJDK.topLetters() for both [haiku-kata](https://github.com/eclipse/eclipse-collections-kata/blob/master/haiku-kata/src/main/java/org/eclipse/collections/haikukata/TextProcessorJDK.java#L42) and [haiku-kata-solutions](https://github.com/eclipse/eclipse-collections-kata/blob/master/haiku-kata-solutions/src/main/java/org/eclipse/collections/haikukata/TextProcessorJDK.java#L42) module, there is a spelling error. The text should be: `// Hint: Also look at Collectors.groupingBy, Collectors.counting` Please note that...