<div>Hi,</div>
<div>&nbsp; after a while trying to chase down a bug, I found out that a method that was apparently referring to an instance variable, was bound to a different one. Let me clarify:</div>
<div>I had a Person class&nbsp;with variables name and email. I had a setter method for name that correctly tried to assign (underscore assignment, in case that makes a difference) to the instance variable name. However, after the method executed, named remained nil, and the method argument had been assigned to email. I modified the setter (simply adding a space), saved it, and it started working well.
</div>
<div>&nbsp; Is that a common problem? How do I avoid it? </div>
<div>&nbsp;I am using squeak 3.9 with a seaside-ready image sq3.9-7067web07.08.1.zip I got somewhere.</div>
<div>Regards,</div>
<div>Casco</div>
<div>&nbsp;</div>
<div><br clear="all"><br>-- <br>Dr. Alejandro Fernández<br>LIFIA - Laboratorio de Investigación y Formación en Informática Avanzada<br>Facultad de Informática; Universidad Nacional de La Plata<br>Calles 50 y 115<br>La Plata - 1900
<br>Argentina<br><br>Phone: +54 221 4228252 Ext: 218<br>e-mail: <a href="mailto:alejandro.fernandez@lifia.info.unlp.edu.ar">alejandro.fernandez@lifia.info.unlp.edu.ar</a> </div>