-
Notifications
You must be signed in to change notification settings - Fork 417
Call Heirachy is wrong for interface methods #2771
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
Labels
Milestone
Comments
This is not a upstream issue, in JDT core it works as expected. |
gayanper
added a commit
to gayanper/eclipse.jdt.ls
that referenced
this issue
Jul 20, 2023
gayanper
added a commit
to gayanper/eclipse.jdt.ls
that referenced
this issue
Jul 21, 2023
gayanper
added a commit
to gayanper/eclipse.jdt.ls
that referenced
this issue
Jul 21, 2023
gayanper
added a commit
to gayanper/eclipse.jdt.ls
that referenced
this issue
Jul 22, 2023
rgrunber
pushed a commit
that referenced
this issue
Jul 26, 2023
I am still experiencing this issue on 1.39.0, but for Callees. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Take the following code
Now invoke call hierarchy on method
name
. I get the following resultsBut if I change the code as below
The text was updated successfully, but these errors were encountered: