You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: