* Package name : jardiff
Version : 0.2
Upstream Author : Antony Riley <antony@cyberiantiger.org>
* URL : http://www.osjava.org/jardiff/
* License : BSD (2 clauses)
Programming Lang: Java
Description : tool to visualise API differences between two JAR files
Jardiff is a tool to help visualise API differences between two different
versions of a project.
.
Jardiff takes two jar files and outputs all the public API changes as
xml, html or plain text.
.
It can be used from command line or via a Apache Ant task.
.
It requires Java >= 1.4 to run.