Oct. 17, 2009
3:13 p.m.
Thanks!!!!!!!!!!!!!!!!!!!!!! Stef
It works for me in the latest Pharo with AST-lr.176 and Refactoring- Core-lr.59.
With the following snippet you don't need the OB UI:
rule := RBUnderscoreAssignmentRule new. SmalllintChecker runRule: rule onEnvironment: BrowserEnvironment new. rule changes do: [ :each | each execute ]