<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 3, 2015 at 2:35 AM, Totoketchup <span dir="ltr"><<a href="mailto:anthony.damato@hotmail.fr" target="_blank">anthony.damato@hotmail.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi !<br>
<br>
Thx for your answer :),<br>
<br>
Where can I look in my code if there is a shared state ?<br>
<br>
<br></blockquote><div></div></div><br></div><div class="gmail_extra">Everything you put into a Class structure is shared between instances. Every variable that you make global is shared. Every variable you store somewhere other than the class instance for your object is probably shared.<br><br></div></div>