<div dir="ltr">Hi,<div> attached is a fix for the extract method an its test.</div><div> Previously for this code:</div><div> [ line notNil ] whileTrue: [ <br>   self isCustomerData ifTrue: [ self importCustomer ].<br>   self isAddressData ifTrue: [ self importAddress] ].<br></div><div><br></div><div> You could not extract: </div><div>   self isCustomerData ifTrue: [ self importCustomer ].<br>   self isAddressData ifTrue: [ self importAddress].<br></div><div><br></div><div>This fix solves the problem.</div><div><br></div><div>Cheers!</div><div>Hernan.</div></div>