Julien ÉLIE <> wrote:
> And here we are: how can we make sure the source code is the right one?
> It is a legitimate initial interrogation
By the time that this thread is alive, I wonder if you've already tried
rebuilding (fully) from the sources, and determined, how many class-files
are really (binary-)different.
Were that:
- nearly all (If so, then I'd rather expect a compiler-mismatch)
- none (equal class files imply at least equivalent sources)
- a few (check them with your jdk's javap or any other disassembler)
- too many to check individually (create scripts for comparison of
disassemblies)
PS: I skipped over parts of this thread, so apologies, if I missed either
an "already solved" or an equivalent to mine post.