-
Notifications
You must be signed in to change notification settings - Fork 401
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
Implement method hierarchy through existing type hierarchy logic. #2502
Conversation
rgrunber
commented
Feb 28, 2023
•
edited
Loading
edited
- The method hierarchy for a given method of some type is a subset of the type hierarchy where methods not implemented are filtered out
- I should add some test cases for this
1531a40
to
9235810
Compare
9235810
to
9845029
Compare
9845029
to
f8a0b56
Compare
Update: I've sent an additional |
As for the human-readable name part, since we can get the IMethod either from the handle identifier or |
f8a0b56
to
4654499
Compare
Yup, that's exactly what I've gone with (forgot to push the change). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- The method hierarchy for a given method of some type is a subset of the type hierarchy where methods not implemented are filtered out - Add testcase Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
4654499
to
f4dad2f
Compare