Project idea
Name: Instance Derreferencer for Pharo
Skill level: Intermediate
Possible Mentors:�
Name of the Student: Alejandro Infante
Description:
A problem with image based environment is, when you detect a memory leak is removing those objects from the system. This tool would provide a handy UI to inspect the current instances of the classes that we think they have a memory leak and, in case there are objects that are not being garbage collected, offer to the user a Derreference button. This is going to iterate over all the objects that have a reference to my object and remove that reference, finally enabling the Garbage Collector to get rid of the leak.