rename instance variable does not work on class side instance var

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

rename instance variable does not work on class side instance var

pharo4Stef@free.fr
Hi guys

I noticed that rename instance variable does not work on class side
instance var.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: rename instance variable does not work on class side instance var

Marcus Denker-4

On 18 Apr 2014, at 21:41, [hidden email] wrote:

> Hi guys
>
> I noticed that rename instance variable does not work on class side instance var.


This should be fixed by

        https://pharo.fogbugz.com/f/cases/13028/Adding-ClassVariables-corrupts-class-hierarchy

(at least adding and removing is fixed)

        Marcus