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

Do not need to intercept all methods from proxy class #6

Closed
lisachenko opened this issue Nov 28, 2012 · 0 comments
Closed

Do not need to intercept all methods from proxy class #6

lisachenko opened this issue Nov 28, 2012 · 0 comments
Labels

Comments

@lisachenko
Copy link
Member

There is a conflict when both methods and properties are intercepted.
This is occurs when a proxy has new auto-generated methods (getter, setter and constructor or anything else) and getAdvicesForClass() uses proxy class reflection to extract all methods and generates code that relies on parent methods which can be absent in the general case.

lisachenko added a commit that referenced this issue Nov 28, 2012
…class.

Move constant AOP_PROXIED_SUFFIX to the AspectContainer
genkiroid pushed a commit to genkiroid/framework that referenced this issue Jun 23, 2016
Fixed typos rephrased some portions of text for clarification and fluency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant