Skip to content

Conversation

@jjjasper
Copy link
Collaborator

@jjjasper jjjasper commented Jan 4, 2024

Fix one new code smell introduced by me.
Fix some low-hanging fruits code smells.

@jjjasper jjjasper force-pushed the chore/fix-sonar-complaints branch from ae4a88a to a4085fa Compare January 4, 2024 14:09
@jjjasper jjjasper marked this pull request as ready for review January 4, 2024 14:10
render.render(changedOpenApi, new OutputStreamWriter(outputStream));
return outputStream.toString();
} catch (IOException e) {
throw new RuntimeException(e);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Should not throw generic RuntimeException

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 4, 2024

@jjjasper jjjasper requested a review from bartveenstra January 8, 2024 09:47
@jjjasper jjjasper merged commit c8a9a96 into main Jan 9, 2024
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.

2 participants