<div dir="ltr"><div>What? isn&#39;t it for instance variables?<br></div>If yes, then aClass and aClass class might have an instance variable with same name, but these are two different things...<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/9/5  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Chris Muller uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-cmm.588.mcz" target="_blank">http://source.squeak.org/trunk/System-cmm.588.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-cmm.588<br>
Author: cmm<br>
Time: 5 September 2013, 4:07:58.158 pm<br>
UUID: 62aa5f16-061e-4e35-a7c9-cd0156c3fe42<br>
Ancestors: System-nice.587<br>
<br>
Show stores into class-vars from class-side methods, not just instance-side.<br>
<br>
=============== Diff against System-nice.587 ===============<br>
<br>
Item was changed:<br>
  ----- Method: SystemNavigation&gt;&gt;browseAllStoresInto:from: (in category &#39;browse&#39;) -----<br>
  browseAllStoresInto: varName from: aClass<br>
        &quot;Create and schedule a Message Set browser for all the receiver&#39;s methods<br>
        or any methods of a subclass/superclass that refer to the instance variable name.&quot;<br>
        &quot;self new browseAllStoresInto: &#39;contents&#39; from: Collection.&quot;<br>
        ^ self<br>
+               browseMessageList: (self allStoresInto: varName from: aClass), (self allStoresInto: varName from: aClass class)<br>
-               browseMessageList: (self allStoresInto: varName from: aClass)<br>
                name: &#39;Stores into &#39; , varName<br>
                autoSelect: varName!<br>
<br>
<br>
</blockquote></div><br></div>