You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: