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 unnecessary exceptions from signature in tests from core/play #10573

Closed
Captain1653 opened this issue Dec 3, 2020 · 0 comments · Fixed by #10574
Closed

Remove unnecessary exceptions from signature in tests from core/play #10573

Captain1653 opened this issue Dec 3, 2020 · 0 comments · Fixed by #10574

Comments

@Captain1653
Copy link
Contributor

There are some tests in the module core/play with exceptions in the signature. It looks something like that:
public void someTest() throws Throwable , but the code doesn't throw any checked exception.

It seems the "throws Throwable" is unnecessary and can be removed.

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