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
Currently, we are getting the java element corresponding to the enclosing method declaration. Are we also handling field initializers and/or initializer blocks and/or constructors?
I guess field initializers wouldn't make sense since they are void methods. But, don't you have a visitor that visits every method invocation? It should pick up ones in static initializers no?
Currently, we are getting the java element corresponding to the enclosing method declaration. Are we also handling field initializers and/or initializer blocks and/or constructors?
┆Issue is synchronized with this Asana task
The text was updated successfully, but these errors were encountered: