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
source
share