# JDiff

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/JDiff
> Markdown URL: https://mediated.wiki/source/JDiff.md
> Source: https://en.wikipedia.org/wiki/JDiff
> Source revision: 1292162060
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

**JDiff** is a [Javadoc](/source/Javadoc) [doclet](/source/Doclet) which generates an [HTML](/source/HTML) report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two [Java](/source/Java_(programming_language)) [APIs](/source/API) are compared. Which can be used to described exactly what has changed between the two releases of a product. Only the API of each version is compared. It does not compare what the source code does when executed.

## External links

- [JDiff homepage](https://javadiff.sourceforge.net/)

- [A sample report](https://javadiff.sourceforge.net/jdiff/reports/j2se140_j2se141/changes.html) - resembles Javadoc reports

This computer-programming-related article is a stub. You can help Wikipedia by adding missing information.

- [v](https://en.wikipedia.org/wiki/Template:Compu-prog-stub)
- [t](/source/Template_talk%3ACompu-prog-stub)
- [e](https://en.wikipedia.org/wiki/Special:EditPage/Template:Compu-prog-stub)

---
Adapted from the Wikipedia article [JDiff](https://en.wikipedia.org/wiki/JDiff) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/JDiff?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
