warawicht / japi-compliance-checker

A tool for checking backward API/ABI compatibility of a Java library

Home Page:https://lvc.github.io/japi-compliance-checker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAPICC 2.3
==========

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: https://abi-laboratory.pro/
  
  The tool is a core of the Java API Tracker project: https://abi-laboratory.pro/java/tracker/

INSTALL:
  sudo make install prefix=/usr

REQUIRES:
  JDK or OpenJDK - development files
  Perl 5

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

API DUMPS:
  japi-compliance-checker -dump LIB.jar -dump-path ./API.dump
  japi-compliance-checker API-0.dump API-1.dump

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

TEST SUITE:
  The tool is tested properly in the Java API Tracker project,
  by the community and by the internal test suite:
  
    japi-compliance-checker -test

  There are about 100 basic tests in the test suite.

About

A tool for checking backward API/ABI compatibility of a Java library

https://lvc.github.io/japi-compliance-checker/

License:Other


Languages

Language:Perl 70.6%Language:Perl 6 19.6%Language:Roff 7.6%Language:CSS 1.2%Language:JavaScript 0.9%Language:Makefile 0.0%