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

Emit references relationship for method overrides #114

Open
Tracked by #133
varungandhi-src opened this issue Sep 19, 2022 · 1 comment
Open
Tracked by #133

Emit references relationship for method overrides #114

varungandhi-src opened this issue Sep 19, 2022 · 1 comment

Comments

@varungandhi-src
Copy link
Contributor

In scip-java, if you override a method, the override will get a new symbol and an overrides relationship that connects it to the override symbol. We don't emit that relationship right now, so we should fix that. Otherwise, find references on overriden methods won't work correctly.

@varungandhi-src varungandhi-src added the bug Something isn't working label Sep 19, 2022
@varungandhi-src
Copy link
Contributor Author

This should be simpler to implement after #116 lands, because that patch adds support for tracking relationships.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants