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

[Fix] Method analyzer doesn't locate override implementations when layered #211

Closed
wants to merge 4 commits into from

Conversation

JPaja
Copy link
Contributor

@JPaja JPaja commented Oct 3, 2021

Fixes #198

@Washi1337
Copy link
Owner

This is unfortunately not an acceptable solution, since it completely flattens (= destroys) the type hierarchy that is supposed to be encoded in the dependency graph. This is important if we want to query information like the immediate inheritor or the immediate base definition of a member.

Detection like this should happen at the detection level, not in the graph itself.

@Washi1337 Washi1337 closed this Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants