jardiff. A Python script which quickly creates diffs of the public API between two JAR files

github.com/JakeWharton/jardiff

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2016
  • Merge pull request #10 from material-motion/master
  • Add optional parameter to process diff in external script.
August 2015
  • Merge pull request #8 from jameswald/jw-groovy-support
  • Diff groovy classes
October 2014
  • Merge pull request #7 from ncornette/master
  • Fix bug #4: Allow compare jars with same filenames
July 2014
  • Chunk the files we send to javap in groups of 200.
  • Ensure subprocess result is eagerly converted back to a string.
  • Mention javap and diff.
  • Jar Diff
  • Clean up warnings, PEP8 violations.
  • Break each class into its own file for a massively improved output.
  • Initial commit.