[Cuis-dev] ExtractMethod from cascade fix
Juan Vuletich
juan at cuis.st
Sat Sep 12 12:02:27 PDT 2026
Now at GitHub.
Thanks!
On 2026-09-11 3:49 PM, Hernán Wilkinson via Cuis-dev wrote:
> Hi,
> Currently, if you have this method:
> m1
>
> ^ Dictionary new
> at: 1 put: (OrderedCollection new
> add: 1;
> yourself);
> yourself
> -----------
> And want to extract:
> OrderedCollection new
> add: 1;
> yourself
> ------------
> Sometimes you get an error forbidding the extraction, and sometimes a
> parse error when performing the refactoring.
>
> The attached cs fixes that and uses the correct indentation on the
> extracted method. Attached are the tests to.
>
> Cheers!
> Hernan
>
>
>
>
> --
> *Hernán Wilkinson
> Agile Software Development, Teaching & Coaching*
> *Phone: +54-011*-4893-2057
> *Twitter: @HernanWilkinson*
> *site: http://www.10Pines.com <http://www.10pines.com/>*
> Address: Alem 896, Floor 6, Buenos Aires, Argentina
>
--
Juan Vuletich
www.cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260912/6fb9e470/attachment.htm>
More information about the Cuis-dev
mailing list