Skip to content

Conversation

@chiarazarrella
Copy link
Contributor

@chiarazarrella chiarazarrella commented May 1, 2025

Closes #114

ToDo:

@chiarazarrella chiarazarrella requested a review from a team as a code owner May 1, 2025 08:00
@IsaacG
Copy link
Member

IsaacG commented May 1, 2025

+cc @exercism/java

@kahgoh kahgoh self-requested a review May 5, 2025 10:28
Copy link
Member

@kahgoh kahgoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! I think this generally looks good - just some minor formatting. Have you also created a PR to add the comment for use null literal in the website-copy?

Comment on lines 25 to 28
if (output.getComments().isEmpty()) {
output.addComment(new ExemplarSolution(EXERCISE_NAME));

}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (output.getComments().isEmpty()) {
output.addComment(new ExemplarSolution(EXERCISE_NAME));
}
if (output.getComments().isEmpty()) {
output.addComment(new ExemplarSolution(EXERCISE_NAME));
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just created the PR!

Copy link
Member

@kahgoh kahgoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@kahgoh kahgoh merged commit 1fc0930 into exercism:main May 7, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tim-from-marketing: implement analyzer

3 participants