And you could possibly integrate with the Polymorph Diff tools...
At the basic level, any two strings can be compared graphically.
 
Regards, Gary.
----- Original Message -----
From: Alejandro Gonzalez
To: The general-purpose Squeak developers list
Sent: Friday, October 24, 2008 6:26 PM
Subject: Re: [squeak-dev] How to compare to different methods?

(AClass parseTreeFor: #m1) body
  equalTo: (AnotherClass parseTreeFor: #m1) body
  exceptForVariables: {}

That's what the refactoring engine uses to check whether to methods are equal.
Alejandro

On Fri, Oct 24, 2008 at 2:57 PM, askoh <askoh@askoh.com> wrote:

I am using 3.10. How do I compare to two different methods in the same or
different classes?

Aik-Siong Koh
--
View this message in context: http://www.nabble.com/How-to-compare-to-different-methods--tp20153877p20153877.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.