We need an accurate diff utility for Java and Javascript files, written in Java. It should be invokable from within an Eclipse (version 3.2 or 3.3) application. Preferably we need the Java source code for this utility also.
The utility should be able to compare two files (old and new, say) and determine the following accurately:
- Number of LOC added to the new file
- Number of LOC deleted from the old file
- Number of LOC changed in the old file
- Number of change deltas, i.e., contiguous blocks of code added/changed/deleted.