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

unnecesary throw #704

Closed
lprone opened this issue Feb 3, 2019 · 3 comments
Closed

unnecesary throw #704

lprone opened this issue Feb 3, 2019 · 3 comments

Comments

@lprone
Copy link

lprone commented Feb 3, 2019

public static void main(String[] args) throws IOException {

This method never throw exceptions

@lprone
Copy link
Author

lprone commented Feb 3, 2019

public static void main(String[] args) throws Exception {

@lprone
Copy link
Author

lprone commented Feb 3, 2019

public MaxHeap(List<HeapElement> listElements) throws Exception {

@lprone
Copy link
Author

lprone commented Feb 3, 2019

public MinHeap(List<HeapElement> listElements) throws Exception {

devchlee added a commit to devchlee/Java that referenced this issue Feb 6, 2019
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

No branches or pull requests

2 participants