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

[type:refactor]Removed unused generics #4653

Merged
merged 2 commits into from
May 22, 2023

Conversation

tian-pengfei
Copy link
Contributor

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

Removed unused generics from ApiBean

@codecov-commenter
Copy link

codecov-commenter commented May 22, 2023

Codecov Report

Merging #4653 (306f10b) into master (307a38f) will decrease coverage by 0.01%.
The diff coverage is 38.46%.

@@             Coverage Diff              @@
##             master    #4653      +/-   ##
============================================
- Coverage     67.34%   67.34%   -0.01%     
- Complexity     8001     8002       +1     
============================================
  Files          1097     1097              
  Lines         31574    31574              
  Branches       2861     2861              
============================================
- Hits          21264    21262       -2     
- Misses         8636     8639       +3     
+ Partials       1674     1673       -1     
Impacted Files Coverage Δ
...rg/apache/shenyu/client/core/register/ApiBean.java 0.00% <0.00%> (ø)
...core/register/ClientApiRefreshedEventListener.java 0.00% <0.00%> (ø)
...core/register/matcher/AnnotatedApiBeanMatcher.java 0.00% <ø> (ø)
...egister/matcher/AnnotatedApiDefinitionMatcher.java 0.00% <ø> (ø)
...u/client/core/register/matcher/ApiBeanMatcher.java 0.00% <0.00%> (ø)
...nt/core/register/matcher/ApiDefinitionMatcher.java 0.00% <0.00%> (ø)
...lient/core/register/matcher/ApiDocBeanMatcher.java 0.00% <0.00%> (ø)
...core/register/matcher/ApiDocDefinitionMatcher.java 0.00% <0.00%> (ø)
...egister/parser/AbstractApiDocDefinitionParser.java 0.00% <ø> (ø)
...re/register/parser/HttpApiDocDefinitionParser.java 0.00% <ø> (ø)
... and 11 more

... and 2 files with indirect coverage changes

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

@li-keguo li-keguo merged commit fe9d367 into apache:master May 22, 2023
35 checks passed
@tian-pengfei tian-pengfei deleted the refactor_api branch October 16, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants