-
Notifications
You must be signed in to change notification settings - Fork 640
[ISSUE #4204] Repeat the code extraction as a method. #4229
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to the Apache EventMesh community!!
This is your first PR in our project. We're very excited to have you onboard contributing. Your contributions are greatly appreciated!
Please make sure that the changes are covered by tests.
We will be here shortly.
Let us know if you need any help!
Want to get closer to the community?
| WeChat Assistant | WeChat Public Account | Slack |
|---|---|---|
![]() |
![]() |
Join Slack Chat |
Mailing Lists:
| Name | Description | Subscribe | Unsubscribe | Archive |
|---|---|---|---|---|
| Users | User support and questions mailing list | Subscribe | Unsubscribe | Mail Archives |
| Development | Development related discussions | Subscribe | Unsubscribe | Mail Archives |
| Commits | All commits to repositories | Subscribe | Unsubscribe | Mail Archives |
| Issues | Issues or PRs comments and reviews | Subscribe | Unsubscribe | Mail Archives |
Pil0tXia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution.
...ain/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/task/MessageTransferTask.java
Show resolved
Hide resolved
Pil0tXia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #4229 +/- ##
============================================
- Coverage 16.90% 16.87% -0.04%
- Complexity 1416 1426 +10
============================================
Files 589 593 +4
Lines 25837 26063 +226
Branches 2394 2401 +7
============================================
+ Hits 4369 4398 +29
- Misses 21031 21224 +193
- Partials 437 441 +4
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
...ain/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/task/MessageTransferTask.java
Outdated
Show resolved
Hide resolved
...ain/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/task/MessageTransferTask.java
Outdated
Show resolved
Hide resolved
...ain/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/task/MessageTransferTask.java
Outdated
Show resolved
Hide resolved
...ain/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/task/MessageTransferTask.java
Outdated
Show resolved
Hide resolved
Pil0tXia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, +18 -18, no change in the number of lines but extracted a method. Acceptable.
…4229) * Repeat the code extraction as a method. * Do some code optimization.[util] * Do some code optimization.[util]


Fixes #4204.
Modifications
Documentation