Re: Comparing class files for equivalence



Thanks for the response. I have a problem that makes your solution too
hard, which is that there are too many inner classes. The decompiler
outputs the inner classes in separate source code files, and merging
them into the original code is a very time consuming process. I wonder
if there is another solution to the problem.

I heard about equivalence checking tools used in hardware design. I
wonder if similar tools exist for software development.

.