Skip to content
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 #1490] Extract common string into Constant class #1463

Merged
merged 3 commits into from
Oct 1, 2022

Conversation

jackyluo-learning
Copy link
Contributor

@jackyluo-learning jackyluo-learning commented Oct 1, 2022

Fixes #1490.

Motivation

Modifications

extract constant into MeshMessageProtocolConstant
replace Strings with constants in MeshMessageProtocolConstant

Documentation

@codecov
Copy link

codecov bot commented Oct 1, 2022

Codecov Report

Merging #1463 (2087acb) into master (ff17615) will not change coverage.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##             master    #1463   +/-   ##
=========================================
  Coverage     10.37%   10.37%           
  Complexity      775      775           
=========================================
  Files           443      443           
  Lines         26930    26930           
  Branches       2937     2937           
=========================================
  Hits           2795     2795           
  Misses        23876    23876           
  Partials        259      259           
Impacted Files Coverage Δ
...otocol/meshmessage/MeshMessageProtocolAdaptor.java 4.34% <0.00%> (ø)
...tocol/meshmessage/MeshMessageProtocolConstant.java 0.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@qqeasonchen qqeasonchen left a comment

Choose a reason for hiding this comment

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

LGTM

@qqeasonchen qqeasonchen merged commit 8dbaa00 into apache:master Oct 1, 2022
@jackyluo-learning jackyluo-learning changed the title [ISSUE #839] Extraction of constants [eventmesh-protocol-meshmessage] [ISSUE #1490] Extract common string into Constant class Oct 2, 2022
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.

[Enhancement] Extract common string into Constant class
2 participants