<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>441421</id>
      <name>java-diff-utils</name>
      <created_at>2009-09-16T03:52:05Z</created_at>
      <updated_at>2009-10-30T05:10:42Z</updated_at>
      <description>Diff Utils library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.  

Main reason to build this library was the lack of easy-to-use libraries with all the usual stuff you need while working with diff files. Originally it was inspired by JRCS library and it's nice design of diff module. 

Main Featurescomputing the difference between two texts. capable to hand more than plain ascci. Arrays or List of any type that implements hashCode() and equals() correctly can be subject to differencing using this library patch and unpatch the text with the given patch parsing the unified diff format producing human-readable differences Coming eventuallysupport for inline diffs in output helpers for showing side-by-side, line-by-line diffs or text with inter-line and intra-line change highlights customization of diff algorithm for better experience while computing diffs between strings (ignoring blank lines or spaces, etc) generating the output in unified diff format. Handing other formats (CVS). AlgoritmsThis library implements Myer's diff algorithm. But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.</description>
      <homepage_url>http://code.google.com/p/java-diff-utils/</homepage_url>
      <download_url></download_url>
      <url_name>java-diff-utils</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id></analysis_id>
      <licenses>
        <license>
          <name>gpl3_or_later</name>
          <nice_name>GNU General Public License 3 or later</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
