java
java copied to clipboard
Exercism exercises in Java.
I was mentoring this problem, and the only places where the expected behavior of the drive method was specified were in comments in a code block in the instructions or...
The exercise **high-scores** has not been implemented yet for the Java track. The description of the exercise can be found in the [problem specification repository](https://github.com/exercism/problem-specifications/tree/master/exercises/high-scores). How to implement a new...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.5.0. Release notes Sourced from actions/setup-java's releases. v3.5.0 Add support for multiple jdks In scope of this release we add support for multiple jdks. Customers...
PythagoreanTripletTest.java fails to compile due to duplicate method declarations: > [ERROR] COMPILATION ERROR : [ERROR] /tmp/solution/src/test/java/PythagoreanTripletTest.java:[100,17] method tripletsWhoseSumIs840() is already defined in class PythagoreanTripletTest [ERROR] /tmp/solution/src/test/java/PythagoreanTripletTest.java:[137,17] method tripletsWhoseSumIs30000() is already...
The exercise **scale-generator** has not been implemented yet for the Java track. The description of the exercise can be found in the [problem specification repository](https://github.com/exercism/problem-specifications/tree/master/exercises/scale-generator). How to implement a new...
The exercise **paasio** has not been implemented yet for the Java track. The description of the exercise can be found in the [problem specification repository](https://github.com/exercism/problem-specifications/tree/main/exercises/paasio). How to implement a new...
# pull request --- Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)
# pull request Fixes issue #2158 --- Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)
# pull request ### Background: I am creating this pull request as one of my students stumble upon a test case where it failed due to machine epsilon and in...
## The problem Right now for some exercises, a student is required to read the tests to know which functions they should implement. This is annoying, time consuming and might...