Comparing class files for equivalence



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.

.



Relevant Pages

  • Re: Comparing class files for equivalence
    ... >different compilers, and I want to know if these files were compiled ... I tried decompiling them with jad, ... >found a lot of differences in the decompiled source code that do not ... say JET which might optimise out the minor differences. ...
    (comp.lang.java.softwaretools)
  • Re: Kind of NOT integer constant
    ... > should yield Fortran 95 processor dependant behaviour? ... in both compilers? ... Prev by Date: ...
    (comp.lang.fortran)
  • Re: Intent of the (u)int_fastN_t types
    ... twenty years ago, the C compilers for MC68000 ... >> Sometimes they even targetted the same operating system. ... Antoine ... Prev by Date: ...
    (comp.std.c)
  • Re: F95 I/O filesize problems
    ... Joe Krahn wrote: ... So, can older compilers ... net | experience comes from bad judgement. ... Prev by Date: ...
    (comp.lang.fortran)
  • Re: Are recursive functions ever needed?
    ... need a stack to store intermediate results and control information. ... Compilers do this automatically. ... Prev by Date: ...
    (comp.programming)