Re: [Pharo-users] getting real changes from RB refactoring

2017-02-13 Thread Peter Uhnák
On Sun, Feb 12, 2017 at 6:33 PM, stepharong wrote: > Hi peter > > > is there some filter that will reject RB changes that actually do not do >> anything? I.e. applying them would have no effect (same method code, class, >> inst var exists, ...). >> > > I do not know. > Do you have an example of w

Re: [Pharo-users] getting real changes from RB refactoring

2017-02-12 Thread stepharong
Hi peter is there some filter that will reject RB changes that actually do not do anything? I.e. applying them would have no effect (same method code, class, inst var exists, ...). I do not know. Do you have an example of when such changes are created? For methods I can do reject: [ :ea

[Pharo-users] getting real changes from RB refactoring

2017-02-12 Thread Peter Uhnak
Hi, is there some filter that will reject RB changes that actually do not do anything? I.e. applying them would have no effect (same method code, class, inst var exists, ...). For methods I can do reject: [ :each | each oldVersionTextToDisplay = each textToDisplay ] for adding classes I had t