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

# pull request Corrected some spelling mistakes. --- Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)

# pull request Changed a word which gives a correct hint to the students about the problem. --- Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)

# pull request This pull request addresses and corrects several grammatical errors in the instructions.md file. The changes include: # Correcting misplaced punctuation. - Fixing incorrect word usage. - Improving...

# pull request This pull request addresses and corrects several grammatical errors in the instructions.md file. The changes include: # Correcting misplaced punctuation. - Fixing incorrect word usage. - Improving...

# pull request Closes #1809 --- Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)

x:size/medium

# pull request This PR updates the hints for Captains Log to clarify the bounds of a ranged call to Random.nextInt (as the test itself can fail obscurely if the...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. Release notes Sourced from actions/upload-artifact's releases. v4.4.0 Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the...

x:size/tiny

Track: Java Exercise rational-numbers Problem: The one or more tests for the exercise are flaky/non-deterministic The test case `testRaiseARealNumberToAPositiveRationalNumber`, fails when I run it locally but passes when submitted to...

# pull request Updated the description of Java arrays to avoid confusion with the term "collection" as used in the Java Collections Framework. Previously, the text referred to arrays as...