Codebase list japi-compliance-checker / debian/1.7-1
debian/1.7-1

Tree @debian/1.7-1 (Download .tar.gz)

NAME:
  Java API Compliance Checker (JAPICC) - a tool for checking backward binary and source-level compatibility of a Java library API.
  
  The tool checks classes declarations of old and new versions and analyzes changes that may break compatibility: removed methods, removed class fields, added abstract methods, etc. The tool is intended for developers of software libraries and Linux maintainers who are interested in ensuring backward compatibility.
  
  The Scala language is supported since 1.7 version of the tool.
  
  The tool is developed by Andrey Ponomarenko: http://abi-laboratory.pro/

INSTALL:
  sudo make install prefix=/usr

REQUIRES:
  JDK or OpenJDK - development files
  Perl 5

USAGE:
  japi-compliance-checker OLD.jar NEW.jar

ADV. USAGE:
  For advanced usage, see doc/Readme.html or output of --help option.