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-E1070) NullPointerException should not be caught #2732

Closed
yurake opened this issue Oct 6, 2022 · 0 comments · Fixed by #2733
Closed

(JAVA-E1070) NullPointerException should not be caught #2732

yurake opened this issue Oct 6, 2022 · 0 comments · Fixed by #2733
Labels
bug Something isn't working java Pull requests that update Java code

Comments

@yurake
Copy link
Owner

yurake commented Oct 6, 2022

Description

This code appears to catch a NullPointerException. This may hide bad errors in code. Consider removing the offending clause and debugging the underlying cause of the exception instead.

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/yurake/k8s-3tier-webapp/issue/JAVA-E1070/occurrences/

@issuelabeler issuelabeler bot added bug Something isn't working java Pull requests that update Java code labels Oct 6, 2022
@github-actions github-actions bot added this to To do in Feature request Oct 6, 2022
@yurake yurake linked a pull request Oct 6, 2022 that will close this issue
yurake added a commit that referenced this issue Oct 6, 2022
…tion-should-not-be-caught

NullPointerException should not be caught JAVA-E1070 #2732
Feature request automation moved this from To do to Done Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working java Pull requests that update Java code
Projects
Development

Successfully merging a pull request may close this issue.

1 participant