1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[251860] Rename a file/folder to a hidden file causes problems

This commit is contained in:
David McKnight 2008-10-23 16:25:17 +00:00
parent 1f181fa578
commit 933dac113c

View file

@ -3216,7 +3216,7 @@ public class SystemViewRemoteFileAdapter
// changed to do the same as the new file wizards since
// as per bug 251860, we can't use the cache and we need to bypass the hidden preference
IRemoteFile parentFolder = file.getParentRemoteFile();
IRemoteFile[] children = parentFolder.getParentRemoteFileSubSystem().list(parentFolder, null);
IRemoteFile[] children = parentFolder.getParentRemoteFileSubSystem().list(parentFolder, monitor);
if ((children == null) || (children.length == 0))
return names;