All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of jardiff JAR files with all dependencies

Search JAR files by class name

jardiff from group jardiff (version 0.2)

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. Currently this is command line driven, though we are working on an ant plugin. It requires java 1.4 to run. <h2>Background</h2> At OSjava, we were using a shell script to work out API differences between our release versions. This unfortunately doesn't scale very well to larger projects, the main reason for jardiff was to do the same in a much shorter time (From memory it was taking minutes to get the API diff from two fairly small jars). In it's current state, jardiff can generate the api differences between rt.jar for java 1.4 and java 1.5 in under 20 seconds, so it should scale to even the largest of projects.

Group: jardiff Artifact: jardiff
Show documentation Show source 
 

5 downloads
Artifact jardiff
Group jardiff
Version 0.2
Last update 21. February 2006
Tags: shell using diff reason tool same though plugin takes doesn time help were working work text under script much requires largest projects project even small this release shorter different scale osjava generate state line currently from well differences fairly driven current command plain outputs jars visualise between files unfortunately minutes larger jardiff should memory taking main versions seconds background java html public very changes
Organization OSJava
URL http://www.osjava.org/jardiff/
License not specified
Dependencies amount 5
Dependencies asm, asm-commons, commons-cli, ant, ant-trax,
There are maybe transitive dependencies!

jardiff from group jardiff (version 0.1)

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. Currently this is command line driven, though we are working on an ant plugin. It requires java 1.4 to run. <h2>Motivation</h2> At OSjava, we were using a shell script to work out API differences between our release versions. This unfortunately doesn't scale very well to larger projects, the main reason for jardiff was to do the same in a much shorter time (From memory it was taking minutes to get the API diff from two fairly small jars). In it's current state, jardiff can generate the api differences between rt.jar for java 1.4 and java 1.5 in under 20 seconds, so it should scale to even the largest of projects. <h2>Aims</h2> To generate a report on public API differences between two different releases of a java project. <h2>Future</h2> There's a whole bunch of things I'd like to see added in future <ul> <li>A prettier html output format</li> <li>Ability to provide change compatability information</li> <li>Ability to show non public API changes</li> <li>Plugins for various tools, e.g. maven, eclipse, ant.</li> <li>Ability to link html output to javadoc.</li> </ul>

Group: jardiff Artifact: jardiff
Show documentation Show source 
 

5 downloads



Page 1 from 1 (items total 2)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy