On 05 Sep 2015, at 09:29, Marcus Denker <marcus.denker@inria.fr> wrote:

Hi,

This is a side effect of

https://pharo.fogbugz.com/f/cases/16475/Nautilus-sends-too-many-announcements-for-a-single-action

(which was reviewed by two people, so not obvious).

What happened is that #updatePackageGroupAndClassList calls itself via #selectedClass: leading to a loop.

Should be easy to fix for the people involved in case 16475.

I added an issue tracker entry:

https://pharo.fogbugz.com/f/cases/16484/Endless-loop-on-refresh-after-deleting-a-class


Marcus