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
As you can see with F2 or F3 over the call of doSomething() on foo, Greclipse correctly detects that the call references Foo.doSomething(String, URL). However, if you put the cursor over Foo.doSomething(Integer, URL) and you press Ctrl+Alt+H (Call Hierarchy), you'll see that a reference from Test6.bar() is detected, which is not the case indeed.
The text was updated successfully, but these errors were encountered:
Consider the following two Groovy classes:
And:
As you can see with F2 or F3 over the call of
doSomething()
onfoo
, Greclipse correctly detects that the call referencesFoo.doSomething(String, URL)
. However, if you put the cursor overFoo.doSomething(Integer, URL)
and you press Ctrl+Alt+H (Call Hierarchy), you'll see that a reference fromTest6.bar()
is detected, which is not the case indeed.The text was updated successfully, but these errors were encountered: