GemTalk / Jadeite

IDE for GemStone Smalltalk application development using Rowan code management
MIT License
6 stars 2 forks source link

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

Open LisaAlmarode opened 1 year ago

LisaAlmarode commented 1 year ago

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