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:
parent
1f181fa578
commit
933dac113c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue