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

Permit computation of method hierarchy through type hierarchy API. #2991

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

rgrunber
Copy link
Member

@rgrunber rgrunber commented Mar 9, 2023

Requires eclipse-jdtls/eclipse.jdt.ls#2502

  • Method hierarchy needs to pass along the method signature to be searched on each type
  • Use data field to store the method signature being searched, if any
  • Use SymbolKind.Null to denote a type in the hierarchy that does not implement the given method

method-hierarchy

@rgrunber
Copy link
Member Author

CC @CsCherrYY

- Method hierarchy needs to pass along the method signature to be
  searched on each type
- Use data field to store the method signature being searched (if any),
  and the human readable method name
- Use SymbolKind.Null to denote a type in the hierarchy that does not
  implement the given method

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
@rgrunber rgrunber merged commit 34a3d89 into redhat-developer:master Mar 15, 2023
@rgrunber rgrunber deleted the method_hierarchy branch March 15, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants