diff -r 3c5fe1d92046 -r a5ff995ed0d7 MethodFinderWindow.st --- a/MethodFinderWindow.st Mon Mar 19 18:54:17 2007 +0100 +++ b/MethodFinderWindow.st Fri Mar 23 10:42:27 2007 +0100 @@ -418,7 +418,7 @@ Return the OrderedDictionary with the expressions from all the text editors. " - | tempArguments argCounter tempArgument1Editor tempArgument2Editor tempArgument3Editor tempArgument4Editor + | tempArguments argCounter tempArgument1Editor tempArgument2Editor tempArgument3Editor associationKey associationValue| argCounter:=0. @@ -901,7 +901,7 @@ The classes are then sorted so the the asterisk appears first. Return the markedClassList." - | marker recClass unmarkedClassList firstPartOfSelector markedClassList| + | marker recClass unmarkedClassList markedClassList| marker := self class markerForImplementingClass.