How to generate API differences report (automatically)?

How can I compare 2 versions of some APIs (jar files or javadocs) and create a report? Example: http://developer.android.com/sdk/api_diff/15/changes.html . Actually, how was this report made?

I found jdiff.org, but it compares 2 generated xml files, which is not convenient.

The main goal is to automatically generate a diff report when the API is released

thank

+4
source share
2 answers

Eclipse MoDisco, EMF Java. EMF Compare EMF. diff, API.

0

JDiff - , .

0

Source: https://habr.com/ru/post/1531117/


All Articles