[squeak-dev] Bug in senders/implementors tool (strings vs literals)

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Apr 24 19:21:37 UTC 2020


Steps to reproduce:

Open a method in a browser, say Collection >> #detect:.

Select the whole source code.

Browse senders of it (<cmd>n).


Expected behavior:

All senders of #detect: are shown in a MessageTrace.


Actual behavior:

"There are no users of 'detect:'".


This might be related to the literal comparison, which is fine for the SystemNavigation interface but not expected when you use the refactoring tools for browsing methods. Something must go wrong when identifying the relevant literal from the selected source.


Best,

Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200424/b4d6e7ec/attachment.html>


More information about the Squeak-dev mailing list