Skip to content

[Dubbo-2992] enhance the java doc of dubbo-common module.#5575

Merged
chickenlj merged 1 commit intoapache:masterfrom
ggezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz:patch-9
Feb 9, 2020
Merged

[Dubbo-2992] enhance the java doc of dubbo-common module.#5575
chickenlj merged 1 commit intoapache:masterfrom
ggezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz:patch-9

Conversation

@ggezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Copy link
Copy Markdown

What is the purpose of the change

#2992

Brief changelog

1.dubbo-common/src/main/java/org/apache/dubbo/common/utils/IOUtils.java

Verifying this change

Passed unit tests

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a GITHUB_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Run mvn clean install -DskipTests=false & mvn clean test-compile failsafe:integration-test to make sure unit-test and integration-test pass.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #5575 into master will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5575      +/-   ##
============================================
- Coverage     61.26%   61.19%   -0.07%     
+ Complexity      425      423       -2     
============================================
  Files           922      922              
  Lines         37504    37504              
  Branches       5432     5432              
============================================
- Hits          22975    22951      -24     
- Misses        12047    12067      +20     
- Partials       2482     2486       +4
Impacted Files Coverage Δ Complexity Δ
...in/java/org/apache/dubbo/common/utils/IOUtils.java 88.88% <ø> (ø) 0 <0> (ø) ⬇️
...bo/config/event/listener/LoggingEventListener.java 37.5% <0%> (-25%) 0% <0%> (ø)
...ava/org/apache/dubbo/config/DubboShutdownHook.java 47.72% <0%> (-11.37%) 0% <0%> (ø)
.../remoting/transport/netty4/NettyServerHandler.java 59.09% <0%> (-9.1%) 0% <0%> (ø)
...in/java/org/apache/dubbo/common/utils/JVMUtil.java 81.13% <0%> (-5.67%) 0% <0%> (ø)
...e/dubbo/remoting/transport/netty/NettyChannel.java 55.68% <0%> (-4.55%) 20% <0%> (-1%)
...pache/dubbo/remoting/transport/AbstractServer.java 53.75% <0%> (-3.75%) 0% <0%> (ø)
.../dubbo/remoting/transport/netty4/NettyChannel.java 65.34% <0%> (-2.98%) 0% <0%> (ø)
.../remoting/transport/netty4/NettyClientHandler.java 64.4% <0%> (-1.7%) 0% <0%> (ø)
...g/apache/dubbo/registry/consul/ConsulRegistry.java 61.87% <0%> (-0.63%) 29% <0%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16f1fad...4c33791. Read the comment docs.

@chickenlj chickenlj merged commit f4d97c5 into apache:master Feb 9, 2020
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.19%. Comparing base (16f1fad) to head (4c33791).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5575      +/-   ##
============================================
- Coverage     61.26%   61.19%   -0.07%     
+ Complexity      425      423       -2     
============================================
  Files           922      922              
  Lines         37504    37504              
  Branches       5432     5432              
============================================
- Hits          22975    22951      -24     
- Misses        12047    12067      +20     
- Partials       2482     2486       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants