DOC

jardiff : jardiff

Maven & Gradle

Feb 21, 2006
4 usages

jardiff · 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.

Table Of Contents

Latest Version

Download jardiff : jardiff Javadoc & API Documentation - Latest Versions:

All Versions

Download jardiff : jardiff Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file jardiff-0.2-javadoc.jar to jardiff-0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jardiff-0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jardiff-0.2-sources.jar" -d "jardiff-0.2-javadoc" -subpackages 

Advertisement

Dependencies from Group

Feb 21, 2006
4 usages

Discover Dependencies

Dec 30, 2022
2 usages
3 stars
May 26, 2020
4 usages
182 stars
Feb 24, 2021
4 usages
0 stars
Aug 13, 2023
17 usages
174 stars
Jul 28, 2015
5 usages
90 stars
Aug 22, 2020
9 usages
4 stars