java icon indicating copy to clipboard operation
java copied to clipboard

Exercism exercises in Java.

Results 79 java issues
Sort by recently updated
recently updated
newest added

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...

x:action/improve
x:knowledge/elementary
x:module/concept-exercise
x:type/content
x:size/small

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...

enhancement
help wanted
implement exercise
action/stale

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...

dependencies

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...

enhancement
help wanted
implement exercise
action/stale

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...

help wanted
implement exercise
x:action/create
x:knowledge/intermediate
x:module/practice-exercise
x:type/content
x:size/medium

# 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...

good first issue
x:action/improve
x:knowledge/none
x:module/practice-exercise
x:type/content
x:size/small