Bug 133478 - [misc] Unnecessary file read after file save
Summary: [misc] Unnecessary file read after file save
Status: RESOLVED DUPLICATE of bug 75555
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 04:25 EST by Jerome Lanneluc CLA
Modified: 2007-08-24 07:00 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2006-03-28 04:25:32 EST
I20060327

From bug 133334, it appears that the editor is reading the contents of the file just after a save to do quick diff. This might be optimized since the content is the same as the document's content.
Comment 1 Dani Megert CLA 2006-03-28 04:42:21 EST
>From bug 133334, it appears 
Did you verify this or is it just a guess?

Tom, please comment.
Comment 2 Jerome Lanneluc CLA 2006-03-28 15:53:19 EST
(In reply to comment #1)
> >From bug 133334, it appears 
> Did you verify this or is it just a guess?
> 
I just trusted Chris when he writes that he saved the CU and then got the traces in bug 133334 (one of them shows the file content being read for quick diff).
Comment 3 Tom Hofmann CLA 2006-04-03 06:26:25 EDT

*** This bug has been marked as a duplicate of 75555 ***
Comment 4 Dani Megert CLA 2007-08-24 07:00:31 EDT
Bug 75555 only defers the read but there would still be a file read (see my comments there).