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

Consider constructors too when building metadata #2

Open
maeste opened this issue Sep 21, 2010 · 0 comments
Open

Consider constructors too when building metadata #2

maeste opened this issue Sep 21, 2010 · 0 comments
Labels

Comments

@maeste
Copy link
Owner

maeste commented Sep 21, 2010

We're currently considering methods only when building metadata; iow we
look for annotations on methods while forgetting that clazz.getMethods()
implicitly excludes constructors. The instrumentation based metadata build
currently considers invocations of constructors too instead, but atm
there's nothing in the metadata saying a MethodMetadata is actually a
constructor or a "real" method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant