-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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-#6908] Extract AccessibleObject.setAccessible(boolean) to ReflectUtils #6909
Conversation
@htynkn Hi, I notice project call AccessibleObject.setAccessible(boolean) somewhere, it should be extract unifiedly in ReflectUtils。 |
Codecov Report
@@ Coverage Diff @@
## master #6909 +/- ##
============================================
- Coverage 59.05% 59.02% -0.04%
Complexity 463 463
============================================
Files 1044 1043 -1
Lines 42485 42475 -10
Branches 6230 6219 -11
============================================
- Hits 25091 25069 -22
- Misses 14592 14609 +17
+ Partials 2802 2797 -5
Continue to review full report at Codecov.
|
lgtm |
Thanks for your review. |
…ReflectUtils.makeAccess
# Conflicts: # dubbo-common/src/main/java/org/apache/dubbo/common/utils/ReflectUtils.java
What is the purpose of the change
For-#6908