Remove impossible reach branch and the useless variable.#6862
Remove impossible reach branch and the useless variable.#6862htynkn merged 7 commits intoapache:masterfrom
Conversation
|
LGTM |
|
I believe doUnregister method and doSubscribe method may has similar issue. Could you please help to check and include them in this PR? |
With pleasure. |
Codecov Report
@@ Coverage Diff @@
## master #6862 +/- ##
=========================================
Coverage ? 59.07%
Complexity ? 508
=========================================
Files ? 1028
Lines ? 41521
Branches ? 6035
=========================================
Hits ? 24529
Misses ? 14219
Partials ? 2773 Continue to review full report at Codecov.
|
|
@htynkn I have done. Pls review it again. |
|
I did some small change to revert some unrelated code format. |
Great. Thanks for your assistance. |
What is the purpose of the change
Brief changelog
Remove the useless variable
successand the associated unreachable branche.Verifying this change
Build and Tested
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=false&mvn clean test-compile failsafe:integration-testto make sure unit-test and integration-test pass.