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

[3.2.12] Class References finds methods that don't actually reference class #973

Open
LisaAlmarode opened this issue Nov 17, 2022 · 0 comments
Assignees
Labels
P4-Would be nice Would be nice

Comments

@LisaAlmarode
Copy link
Member

This is a followon issue to #513.

If you have a method that has the same name as a class, and you browse references to the class, you get this method, even though it doesn't actually reference the class.

My class name is Artichoke

and has the methods:
Artichoke
^self class
myOwnSelf
^Artichoke
test
^self Artichoke

Browse Class References returns the second two methods; the last one is not correct.

The base image query produces correct results:

ClassOrganizer new referencesToObject: Artichoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P4-Would be nice Would be nice
Projects
None yet
Development

No branches or pull requests

2 participants