-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Fixing javadoc error #10049
Conversation
* Fixing javadoc error fixing javadoc error and warning javadoc for org.opensearch.core.indices.breaker javadoc for org.opensearch.core.index.shard.ShardId javadoc for org.opensearch.core.index.Index fixing a mishap in formatting rule fixing javadoc of org.opensearch.cli.Terminal Signed-off-by: Laurent Laborde <[email protected]> * removing unsupported @ImplNote Signed-off-by: Laurent Laborde <[email protected]> * Update libs/common/src/main/java/org/opensearch/common/collect/Iterators.java Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> * Update libs/compress/src/main/java/org/opensearch/compress/ZstdCompressor.java Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> * Apply suggestions from code review Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> * Apply suggestions from code review Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> * Apply suggestions from code review Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> * Apply suggestions from code review Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> * Update CollectionUtils.java Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc warnings Signed-off-by: Laurent Laborde <[email protected]> * remove useless p tag Signed-off-by: Laurent Laborde <[email protected]> * removing a p tag Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> * proper capitalization Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Laurent Laborde <[email protected]> --------- Signed-off-by: Laurent Laborde <[email protected]> Co-authored-by: Andriy Redko <[email protected]> (cherry picked from commit 71f6136) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Compatibility status:Checks if related components are compatible with change cecaa94 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #10049 +/- ##
============================================
- Coverage 70.89% 70.75% -0.15%
+ Complexity 58291 58186 -105
============================================
Files 4810 4810
Lines 275140 275140
Branches 40440 40440
============================================
- Hits 195074 194663 -411
- Misses 63389 63820 +431
+ Partials 16677 16657 -20
|
Backport 71f6136 from #9976.