java
java copied to clipboard
Exercism exercises in Java.
The `.meta/design.md` file of each concept exercise should contain a section describing what feedback the [analyzer](https://github.com/exercism/java-analyzer) should provide and when. This is a prerequisite for implementing the analyzer for each...
# pull request This issue addresses #2583 - Renamed the exercise from 'high-score' to 'arcade-high score' to avoid clashing of exercise names - Added 'maps' to the practises and prerequisites...
The goal of this issue is to add a new concept to the Java track that introduces `optionals`. The corresponding concept exercise can probably be based on the "Role Playing...
Yeah, I thought that the variables accept plain text, but it seems that they only accept URLs. However, I still think we should find a way to handle this, because...
The `.meta/design.md` file of each concept exercise should contain a section describing what feedback the [analyzer](https://github.com/exercism/java-analyzer) should provide and when. This is a prerequisite for implementing the analyzer for each...
The Parallel Letter Frequency exercise on the Java track [is being featured in the #48in24 challenge](https://exercism.org/challenges/48in24/implementation_status), which means that we expect an influx of students attempting to solve it during...
After some changes to the reference resolution, when we caught some bugs in it, we thought that the current test suite could be outdated and in need of some review....
Some exercises on this track have been deprecated and should no longer be updated. To make sure this doesn't happen accidentally anyway, we could add a workflow to GitHub actions...
The GitHub Actions workflow that runs the tests using the Java test runner currently doesn't provide very useful output ([example](https://github.com/exercism/java/actions/runs/7762368899/job/21172682166)). We can look into creating a custom action step to...
Currently the concept exercise ``Karls language`` introduces to the concepts ``Generics`` and ``Lists`` . But in the actual exercise you do not have a task regarding the generic concept, it's...