-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
[issue-303]add the tag corethreads to the complex tag <dubbo:protocol> in dubbo.xsd #1989
Merged
Conversation
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
# Conflicts: # dubbo-config/dubbo-config-api/src/main/java/com/alibaba/dubbo/config/AbstractConfig.java
tswstarplanet
changed the title
fix the potential null pointer exception in class StaticDirectory
[#1988]fix the potential null pointer exception in class StaticDirectory
Jun 26, 2018
Codecov Report
@@ Coverage Diff @@
## master #1989 +/- ##
============================================
+ Coverage 53.05% 54.28% +1.23%
- Complexity 4957 5077 +120
============================================
Files 559 559
Lines 24894 25200 +306
Branches 4432 4579 +147
============================================
+ Hits 13207 13681 +474
+ Misses 9667 9494 -173
- Partials 2020 2025 +5
Continue to review full report at Codecov.
|
tswstarplanet
changed the title
[#1988]fix the potential null pointer exception in class StaticDirectory
[Dubbo-1988]fix the potential null pointer exception in class StaticDirectory
Jun 26, 2018
update from official
tswstarplanet
changed the title
[Dubbo-1988]fix the potential null pointer exception in class StaticDirectory
[Dubbo-1988]&[Dubbo-303]
Jul 17, 2018
tswstarplanet
changed the title
[Dubbo-1988]&[Dubbo-303]
[Dubbo-1988]fix the potential null pointer exception in class StaticDirectory
Jul 17, 2018
tswstarplanet
changed the title
[Dubbo-1988]fix the potential null pointer exception in class StaticDirectory
[Dubbo-1988]fix the potential null pointer exception in class StaticDirectory [Dubbo-303]add the tag corethreads to the complex tag <dubbo:protocol> in dubbo.xsd
Jul 17, 2018
Closed
tswstarplanet
changed the title
[Dubbo-1988]fix the potential null pointer exception in class StaticDirectory [Dubbo-303]add the tag corethreads to the complex tag <dubbo:protocol> in dubbo.xsd
[issue-303]add the tag corethreads to the complex tag <dubbo:protocol> in dubbo.xsd
Jul 17, 2018
@whanice This pr should be related to #303 |
Looks good to me! Thanks for the pull request. |
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.
What is the purpose of the change
Add the missing tag corethreads to the complex tag dubbo:protocol in dubbo.xsd and relative code, with the unit test case