Method finder does not find some methods from examples?

stephane ducasse stephane.ducasse at free.fr
Mon Dec 10 08:01:06 UTC 2007


On 10 déc. 07, at 08:03, Damien Cassou wrote:

> It seems that the MethodFinder has a list of methods to try.

normally not just a list of banned methods

>> My image gives:
>>    'AbcDefHi' asCapitalizedPhrase  'Abc Def Hi'
>> with the method defined in a Seaside extension to the String class.
>>
>> Method finder does not find any candidates given the input/output  
>> example:
>>    'AbcDefHi'.'Abc Def Hi'
>>
>> Am I doing something wrong?

'AbcDefHi' . 'AbcDefHi' works with me.

but indeed
'AbcDefHi' . 'Abc Def Hi'
does not

I put a break point in asCapitalizedPhrase and it was not invoked so  
should be filtered somewhere.
But I do not have the time to look now.

Stef

>>
>> Sophie
>>
>>
>>
>>
>>
>
>
> -- 
> Damien Cassou
>
>




More information about the Squeak-dev mailing list