Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A94B0D935 for ; Thu, 26 Jul 2012 20:13:35 +0000 (UTC) Received: (qmail 2896 invoked by uid 500); 26 Jul 2012 20:13:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 2826 invoked by uid 500); 26 Jul 2012 20:13:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 2814 invoked by uid 99); 26 Jul 2012 20:13:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 20:13:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 002271427F2 for ; Thu, 26 Jul 2012 20:13:35 +0000 (UTC) Date: Thu, 26 Jul 2012 20:13:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@commons.apache.org Message-ID: <2010387530.107790.1343333615006.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1663909066.2632.1333980319347.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (COLLECTIONS-404) Adding an implementation of Eugene Myers difference algorithm MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COLLECTIONS-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423415#comment-13423415 ] Hudson commented on COLLECTIONS-404: ------------------------------------ Integrated in commons-collections #68 (See [https://builds.apache.org/job/commons-collections/68/]) Added COLLECTIONS-404 to changes.xml. (Revision 1366176) Result = UNSTABLE tn : http://svn.apache.org/viewvc/?view=rev&rev=1366176 Files : * /commons/proper/collections/trunk/src/changes/changes.xml > Adding an implementation of Eugene Myers difference algorithm > ------------------------------------------------------------- > > Key: COLLECTIONS-404 > URL: https://issues.apache.org/jira/browse/COLLECTIONS-404 > Project: Commons Collections > Issue Type: Improvement > Components: Collection > Affects Versions: 3.2.1 > Environment: all > Reporter: Luc Maisonobe > Assignee: Luc Maisonobe > Priority: Minor > Fix For: 4.0 > > Attachments: commons-collections-difference-v2.patch, commons-collections-difference.patch, comparator.zip > > > The difference algorithm aims at comparing two sequences of objects and return an "edit script" which represents how one can transform the first sequence into the second sequence. The script describes the various insert object, delete object and keep object commands. The script is guaranteed to be the shortest possible in terms of number of commands. > From the script, one can either extract longest common sub-sequences (i.e. how similar the sequences are) or on the contrary the needed changes (i.e. how different the sequences are). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira