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

(JAVA-W0052) Empty catch clauses may hide exceptions #15

Closed
SpotlightForBugs opened this issue Sep 12, 2022 · 0 comments
Closed

(JAVA-W0052) Empty catch clauses may hide exceptions #15

SpotlightForBugs opened this issue Sep 12, 2022 · 0 comments

Comments

@SpotlightForBugs
Copy link
Owner

Description

When a catch clause is empty, it essentially ignores any occurrences of the particular exception it handles. This could allow critical bugs to go undiagnosed because any relevant exceptions indicative of a bug would be discarded within this catch block.

Occurrences

There are 6 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/SpotlightForBugs/cdShelf/issue/JAVA-W0052/occurrences/

SpotlightForBugs added a commit that referenced this issue Sep 12, 2022
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

1 participant