Community
Participate
Working Groups
Build Identifier: org.eclipse.rse.core_3.2.1.v201008191400-7a7FFMVFC7sRd_S_c_dcsY This is a regression problem we didn't see with RSE 3.0.x Reproducible: Always Steps to Reproduce: 1) Double click on a local file D:\temp\test.txt to open it in the editor. 2) Close the file. 3) Hit F2 and rename the file to D:\temp\test1.txt. 4) Double click on the renamed file. RSEF1002 Operation failed. File system input or output error Message reported from file system: D:\temp\test.txt (The system cannot find the file specified.) When the above steps were tried on linux host, the file open action kept running and never ended.
Created attachment 177954 [details] patch to update the editable on rename even if it's not open
We don't hit the problem if the editor isn't closed but, in the case where the editor is closed, we aren't updating the corresponding SystemEditableRemoteFile during the rename operation. Can you try with this patch?
Thank you, Dave, for the prompt response. The patch fixed the problem.
Kevin, could you review this one? Thanks.
Review +.
Thanks for the review. I've committed the change to cvs.
Released for 3.2.1rc4.
Verified that this has been released to 3.3m3 as well.