DOC

net.sf.clirr : clirr-core

Maven & Gradle

Feb 12, 2006
3 usages

Clirr · Clirr is a tool that checks Java libraries for binary compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public api. Clirr provides an Ant task that can be configured to break the build if it detects incompatible api changes. In a continuous integration process Clirr can automatically prevent accidental introduction of binary compatibility problems in Java libraries.

Table Of Contents

Latest Version

Download net.sf.clirr : clirr-core Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.clirr : clirr-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6

How to open Javadoc JAR file in web browser

  1. Rename the file clirr-core-0.6-javadoc.jar to clirr-core-0.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder clirr-core-0.6-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 "clirr-core-0.6-sources.jar" -d "clirr-core-0.6-javadoc" -subpackages 

Advertisement