Comparing class files for equivalence
- From: "Mahmoud Abdel-Fattah" <mahmoud.afattah@xxxxxxxxx>
- Date: 14 Sep 2005 04:16:33 -0700
I have a group of class files that were apparently compiled with two
different compilers, and I want to know if these files were compiled
out of the same source files. I tried decompiling them with jad, but I
found a lot of differences in the decompiled source code that do not
eventually change the logic behind the code. Is there a way somebody
may suggest to test two groups of classes for having equivalent logic?
Are there any tools that do equivalence checking of two classes?
Thank you.
.
- Follow-Ups:
- Re: Comparing class files for equivalence
- From: Roedy Green
- Re: Comparing class files for equivalence
- Prev by Date: Re: Eclipse/CVS/Ant
- Next by Date: fun with NetBeans & StrutsTestCase
- Previous by thread: Re: Eclipse/CVS/Ant
- Next by thread: Re: Comparing class files for equivalence
- Index(es):
Relevant Pages
|