-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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-#6904] Fix reflect invoke error in org.apache.dubbo.common.utils.PojoUtils#generalize #6905
[ISSUE-#6904] Fix reflect invoke error in org.apache.dubbo.common.utils.PojoUtils#generalize #6905
Conversation
@htynkn Hi, there is a bug need to check. |
Codecov Report
@@ Coverage Diff @@
## master #6905 +/- ##
============================================
- Coverage 59.06% 59.02% -0.04%
- Complexity 462 463 +1
============================================
Files 1044 1044
Lines 42480 42485 +5
Branches 6229 6230 +1
============================================
- Hits 25090 25078 -12
- Misses 14591 14603 +12
- Partials 2799 2804 +5 Continue to review full report at Codecov.
|
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.
…on.utils.PojoUtils#generalize (apache#6905) * fix when the class is not public static, reflect invoke failed * add doc (cherry picked from commit 2062cdb)
What is the purpose of the change
Fix-#6904