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

Remove all the unnecessary throws in method definitions #10

Closed
1 task done
Tracked by #1
carlspring opened this issue Aug 13, 2020 · 0 comments · Fixed by #29
Closed
1 task done
Tracked by #1

Remove all the unnecessary throws in method definitions #10

carlspring opened this issue Aug 13, 2020 · 0 comments · Fixed by #29
Milestone

Comments

@carlspring
Copy link
Owner

carlspring commented Aug 13, 2020

Task Description

There are a lot of methods (both in production and test code) that either have generic throws Exception clauses, or exception clauses for exceptions that aren't being thrown at all in the respective methods.

Tasks

The following tasks will need to be carried out:

  • Go over the code and clean these up.
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 a pull request may close this issue.

1 participant