MethodFinder bug ?

Damien Cassou cassou at iam.unibe.ch
Wed Aug 17 12:16:32 UTC 2005


Hi,

I  have just  created a  method in  string that  test if  a  string is
capitalized or not.

isCapitalized
  ^ (self at: 1) = (self at: 1) asUppercase 

I dont understand why the method finder does not find it:

MethodFinder methodFor: #(('capitalized') false ('String') true)

does not display my method.

Something wrong ?

-- 
Damien Cassou
  pour le Software Composition Group a Berne



More information about the Squeak-dev mailing list