[Backport 2.x] Throw UnsupportedOperationException in unused methods#15449
[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 <andrross@amazon.com> (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.