Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: improve throws rendering #305

Conversation

clementdessoude
Copy link
Contributor

Proposition to fix #286

I'm not sure about how to format some cases so feedbacks are welcome

(cc @murdos as you are the one who created the issue)

void throwException3(String string1, String string2, String string3)
throws RuntimeException {
void throwException3(String string1, String string2, String string3) throws
RuntimeException {
Copy link

Choose a reason for hiding this comment

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

I'm a bit worried about the invariable split of the throws keyword from the exception(s).
FYI I've added a very late comment to #286 (comment)

@jhaber jhaber mentioned this pull request Apr 10, 2020
@CLAassistant
Copy link

CLAassistant commented Apr 20, 2020

CLA assistant check
All committers have signed the CLA.

@clementdessoude clementdessoude deleted the feature/improve-formatting-throws branch June 18, 2021 19:14
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.

Improve formatting of method will lot of parameters and with exception
3 participants