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

fix parse reference incorrect of java.util.Arrays$ArrayList #2097

Merged
merged 1 commit into from
Dec 15, 2023
Merged

fix parse reference incorrect of java.util.Arrays$ArrayList #2097

merged 1 commit into from
Dec 15, 2023

Conversation

xtyuns
Copy link
Contributor

@xtyuns xtyuns commented Dec 13, 2023

What this PR does / why we need it?

fix #2096

Summary of your change

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@CLAassistant
Copy link

CLAassistant commented Dec 13, 2023

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3f6275b) 75.34% compared to head (fceeeaf) 75.36%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2097      +/-   ##
============================================
+ Coverage     75.34%   75.36%   +0.01%     
- Complexity    21601    21608       +7     
============================================
  Files           634      634              
  Lines         85314    85314              
  Branches      18906    18906              
============================================
+ Hits          64277    64293      +16     
+ Misses        13108    13105       -3     
+ Partials       7929     7916      -13     

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

@wenshao wenshao merged commit 5f6b208 into alibaba:main Dec 15, 2023
4 checks passed
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.

[BUG] reference in java.util.Arrays$ArrayList(CLASS_ARRAYS_LIST) deserialization wrong
4 participants