Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 249307 - Improve the algorithm for ignoring line end changes in FileSystemResourceManager#descriptionChanged()
Summary: Improve the algorithm for ignoring line end changes in FileSystemResourceMana...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.5 M3   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 210664
Blocks:
  Show dependency tree
 
Reported: 2008-10-01 09:01 EDT by Martin Oberhuber CLA
Modified: 2008-10-03 08:33 EDT (History)
1 user (show)

See Also:


Attachments
Patch against 3.5m2 (1.76 KB, patch)
2008-10-01 09:01 EDT, Martin Oberhuber CLA
Szymon.Brandys: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2008-10-01 09:01:51 EDT
Created attachment 113981 [details]
Patch against 3.5m2

+++ This bug was initially created as a clone of Bug #210664 +++

Bug 210664 was closed with applying an algorithm to 3.4.1, which ignores line end changes when checking project description changes.

After committing the fix, and improved algorithm was contributed which is slightly more elegant, easier to understand, and faster in the standard case (Streams are the same).

This bug is for applying the improved patch to 3.5 as stated in bug 210664 comment 35.
Comment 1 Szymon Brandys CLA 2008-10-03 08:33:58 EDT
Released to HEAD. Thanks Martin!