-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Remove unused "private" methods #19187
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
Conversation
6796693 to
0ecc72a
Compare
|
❌ Gradle check result for 0ecc72a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
This PR is stalled because it has been open for 30 days with no activity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for helping remove the dead code. Looks good mostly, can you please remove changelog and rebase.
Signed-off-by: Vincent Potucek <[email protected]>
|
❌ Gradle check result for 6c541f9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Sandesh Kumar <[email protected]>
|
❌ Gradle check result for c161a3f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for c161a3f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
sandeshkr419
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, waiting for CI to go green!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19187 +/- ##
============================================
+ Coverage 73.09% 73.21% +0.12%
- Complexity 71062 71175 +113
============================================
Files 5754 5754
Lines 325260 325194 -66
Branches 47036 47018 -18
============================================
+ Hits 237736 238079 +343
+ Misses 68383 67980 -403
+ Partials 19141 19135 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks @Pankraz76 for working on this! Merged! |
|
Thanks for catching up on this. @sandeshkr419 Without merge of maintainer any contribution seems obsolete. |
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
relates to:
Rewrite & PMDcovering S1144: Unused "private" methods should be removed #18791