forked from apache/dubbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apache#3083 beiwei30/incubator-dubbo, more code re…
…view. * refactor ScriptRouter * refactor TagRouter * refactor AbstractConfiguratorListener * make sure parameter should not be null * correct comments * make ReferenceConfigurationListener private static * avoid dup code in init * add fixme for potential useless code * clean up useless variables * move methods into UrlUtils * make method private * reformat javadoc * avoid dup code * reformat log message * reformat log message * reformat the code * remove useless imports * remove useless code * refactor ScriptRouter * refactor TagRouter * refactor AbstractConfiguratorListener * Add comment * Fix UT * make sure parameter should not be null * correct comments * make ReferenceConfigurationListener private static * Revert demo changes * Revert code to avoid NPE in RPC wire after providers are cleared. * make ListenableRouter code thread safe * Fix UT * Remove assert check to continue with execute. * avoid dup code in init * solve compile error * add fixme for potential useless code * clean up useless variables * move methods into UrlUtils * make method private * reformat javadoc * avoid dup code * reformat log message * reformat log message * reformat the code * remove useless imports * remove useless code * code review comments from @khanimteyaz * code review from @khanimteyaz
- Loading branch information
1 parent
f1b2e41
commit 772a213
Showing
4 changed files
with
77 additions
and
127 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.