compare tow classes
3 posts
• Page 1 of 1
compare tow classes
I have a class on my desktop pc and a different version of the same class on my laptop.
How can I easily load the classes at the same time so I can compare the differences method by method?
How can I easily load the classes at the same time so I can compare the differences method by method?
Ray Cannon
Please excuse any smelling pisstakes.
Please excuse any smelling pisstakes.
-
ray - Posts: 238
- Joined: Wed Feb 24, 2010 12:24 am
- Location: Blackwater, Camberley. UK
Re: compare tow classes
I suggest you ]SAVE them as text files and compare the files, e.g.
you can also use 3rd party comparison software if you know a good one. I use BeyondCompare.
- Code: Select all
]SAVE PCclass \tmp\PCclass
- Code: Select all
]SAVE Laptopclass \temp\Laptopclass
- Code: Select all
]SALT.Compare \tmp\PCclass \tmp\Laptopclass
you can also use 3rd party comparison software if you know a good one. I use BeyondCompare.
- DanB|Dyalog
Re: compare tow classes
Nothing wrong with Dan's suggestions but there is another alternative which is to bring in one of the classes, assign its ⎕SRC to a variable, bring in the the other, assign its ⎕SRC to a variable and compare the two variables.
-
Phil Last - Posts: 628
- Joined: Thu Jun 18, 2009 6:29 pm
- Location: Wessex
3 posts
• Page 1 of 1
Return to Source Code Management
Who is online
Users browsing this forum: No registered users and 0 guests
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group