-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
optimization of duplicate code #2832
Conversation
Optimize the duplicate code of FailbackRegistry.java
Codecov Report
@@ Coverage Diff @@
## 2.6.x #2832 +/- ##
============================================
+ Coverage 47.42% 47.44% +0.01%
+ Complexity 4294 4292 -2
============================================
Files 552 552
Lines 24381 24381
Branches 4314 4314
============================================
+ Hits 11563 11567 +4
+ Misses 11035 11029 -6
- Partials 1783 1785 +2
Continue to review full report at Codecov.
|
The code for this part has been completely reconfigured in another PR. |
|
…ackRegistry Revert "Optimize the duplicate code of FailbackRegistry.java"
noting changed ? |
Sorry, I accidentally mishandled. |
What is the purpose of the change
Optimize the duplicate code of FailbackRegistry.java.
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.