-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Throw UnsupportedOperationException in unused methods #15449
Conversation
These methods infinitely recurse as currently implemented. This change makes them throw UnsupportedOperationException similar to many other methods in this class. Signed-off-by: Andrew Ross <[email protected]> (cherry picked from commit 20ebe6e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for 3cd2bdd: 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 3cd2bdd: 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 3cd2bdd: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15449 +/- ##
============================================
- Coverage 71.64% 71.64% -0.01%
- Complexity 63462 63477 +15
============================================
Files 5213 5213
Lines 297357 297357
Branches 43283 43283
============================================
- Hits 213042 213035 -7
- Misses 66497 66498 +1
- Partials 17818 17824 +6 ☔ View full report in Codecov by Sentry. |
Backport 20ebe6e from #15446.