You forgot to do your refactoring. try it
| model className theClass iVarName | className :=
you might want to add autodomain access methods (getter and setter) for the new instance variable
(RBCreateAccessorsForVariableRefactoring model: model variable: iVarName class: theClass classVariable: false) execute
source share