Bug 314400 - compare_contentviewer.htm: Link to algorithm does not work and might be outdated
Summary: compare_contentviewer.htm: Link to algorithm does not work and might be outdated
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 RC3   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks: 314328
  Show dependency tree
 
Reported: 2010-05-26 03:26 EDT by Dani Megert CLA
Modified: 2010-05-26 05:15 EDT (History)
1 user (show)

See Also:


Attachments
Fix v01 (1.75 KB, patch)
2010-05-26 04:48 EDT, Tomasz Zarna CLA
no flags Details | Diff
mylyn/context/zip (2.45 KB, application/octet-stream)
2010-05-26 04:48 EDT, Tomasz Zarna CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2010-05-26 03:26:03 EDT
3.6 RC2.

compare_contentviewer.htm says:

 RangeDifferencer  finds the longest sequences of matching and non-matching comparable entities in text content. Its implementation is based on an objectified version of the algorithm by Eugene W. Myers found <a href="http://citeseer.ist.psu.edu/myers86ond.html">here</a>.


Please verify whether we still use that algo (I know we changed things here) and make sure that the link to the algorithm works.
Comment 1 Tomasz Zarna CLA 2010-05-26 04:48:28 EDT
Created attachment 169949 [details]
Fix v01
Comment 2 Tomasz Zarna CLA 2010-05-26 04:48:31 EDT
Created attachment 169950 [details]
mylyn/context/zip
Comment 3 Tomasz Zarna CLA 2010-05-26 04:53:03 EDT
Removing those sentences, we no longer use that algorithm. See bug 268073, comment 0 for details.
Comment 4 Tomasz Zarna CLA 2010-05-26 05:15:02 EDT
Fixed in HEAD, available in builds >= I20100526-0800. Thanks for spotting this.