-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix: PMD warnings with new version #936
Conversation
…API and Client Signed-off-by: DBlanchard88 <[email protected]>
@DBlanchard88 the CI failure is related to codecov rate limits and not your problem. I think your changes are valid. I will re-run in a bit. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #936 +/- ##
============================================
+ Coverage 94.98% 95.21% +0.22%
- Complexity 383 384 +1
============================================
Files 36 36
Lines 877 877
Branches 53 53
============================================
+ Hits 833 835 +2
+ Misses 24 23 -1
+ Partials 20 19 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Todd Baert <[email protected]>
Quality Gate passedIssues Measures |
Was getting an unused local variable error due to "__" not being a named variable within try-with-resources blocks. Warnings have been suppressed.
https://stackoverflow.com/questions/16588843/why-does-try-with-resource-require-a-local-variable
#910