Skip to content

Update README.md#3808

Merged
ralf0131 merged 1 commit intoapache:masterfrom
wuhulala:patch-2
Apr 5, 2019
Merged

Update README.md#3808
ralf0131 merged 1 commit intoapache:masterfrom
wuhulala:patch-2

Conversation

@wuhulala
Copy link
Copy Markdown
Contributor

@wuhulala wuhulala commented Apr 4, 2019

add @OverRide annotation

What is the purpose of the change

XXXXX

Brief changelog

XXXXX

Verifying this change

XXXXX

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 integration-test in test module.
  • 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.

add  @OverRide  annotation
@codecov-io
Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3808      +/-   ##
============================================
- Coverage      63.6%   63.57%   -0.03%     
  Complexity       71       71              
============================================
  Files           704      704              
  Lines         31065    31065              
  Branches       5037     5037              
============================================
- Hits          19759    19751       -8     
- Misses         9034     9040       +6     
- Partials       2272     2274       +2
Impacted Files Coverage Δ Complexity Δ
.../remoting/transport/netty4/NettyServerHandler.java 61.9% <0%> (-9.53%) 0% <0%> (ø)
...ng/transport/dispatcher/all/AllChannelHandler.java 51.42% <0%> (-5.72%) 0% <0%> (ø)
.../org/apache/dubbo/remoting/ExecutionException.java 15.78% <0%> (-5.27%) 0% <0%> (ø)
.../apache/dubbo/remoting/transport/AbstractPeer.java 63.04% <0%> (-4.35%) 0% <0%> (ø)
...exchange/support/header/HeaderExchangeHandler.java 59.84% <0%> (-2.37%) 0% <0%> (ø)
...he/dubbo/registry/multicast/MulticastRegistry.java 67.87% <0%> (-1.81%) 0% <0%> (ø)
...pache/dubbo/registry/support/AbstractRegistry.java 81.1% <0%> (+1.57%) 0% <0%> (ø) ⬇️
...ava/org/apache/dubbo/config/DubboShutdownHook.java 81.25% <0%> (+6.25%) 0% <0%> (ø) ⬇️
...apache/dubbo/common/config/ConfigurationUtils.java 72% <0%> (+8%) 0% <0%> (ø) ⬇️

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 6d3e765...25b15f7. Read the comment docs.

Copy link
Copy Markdown
Contributor

@ralf0131 ralf0131 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the pull request.

@ralf0131 ralf0131 merged commit 4dc0612 into apache:master Apr 5, 2019
@cvictory cvictory added this to the 2.7.2 milestone May 28, 2019
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