[Backport 2.x] [Refactor] CollectionUtils, Iterators, and String methods to core lib (#9120)#9127
Merged
andrross merged 2 commits intoopensearch-project:2.xfrom Aug 4, 2023
Conversation
…opensearch-project#9120) This commit refactors the CollectionUtils, and Iterators utility classes to the core and common libraries, respectively. Several other base Strings utility methods are also refactored to the core Strings utility library. This is done to incrementally move the remaining Strings methods in server to the core String utility. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit 5bb7fa3)
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
d005a59 to
cacaa76
Compare
Contributor
|
Compatibility status: |
Contributor
|
Compatibility status: |
Contributor
|
Compatibility status: |
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #9127 +/- ##
============================================
+ Coverage 70.72% 70.82% +0.10%
- Complexity 57417 57484 +67
============================================
Files 4754 4754
Lines 271673 271688 +15
Branches 40070 40070
============================================
+ Hits 192140 192426 +286
+ Misses 63061 62769 -292
- Partials 16472 16493 +21
|
andrross
approved these changes
Aug 4, 2023
This was referenced Aug 8, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 5bb7fa3 from #9120.