-
Notifications
You must be signed in to change notification settings - Fork 27
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
Parent method intercept #181
Conversation
AnnotationException is never thrown
10d13cc
to
9aef380
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #181 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 165 168 +3
===========================================
Files 29 29
Lines 486 496 +10
===========================================
+ Hits 486 496 +10
Continue to review full report at Codecov.
|
Co-authored-by: Akihito Koriyama <akihito.koriyama@gmail.com>
Co-authored-by: Akihito Koriyama <akihito.koriyama@gmail.com>
Co-authored-by: Akihito Koriyama <akihito.koriyama@gmail.com>
この"parent"はノードの事でした!>< |
8b3bcdd
to
07824c7
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
thank you for your hard and excellent work |
@SerjoA Thank you for using Ray.Aop! cc/ @NaokiTsuchiya |
When the following
class B
is compiled,echo
method could not be intercepted.In this PR, the following class is generated