mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
[207178] implicit connect on multi get remote file objects call
This commit is contained in:
parent
f4196430ee
commit
3ebb75cdad
1 changed files with 3 additions and 0 deletions
|
@ -331,6 +331,9 @@ public final class FileServiceSubSystem extends RemoteFileSubSystem implements I
|
||||||
public IRemoteFile[] getRemoteFileObjects(String[] folderOrFileNames,
|
public IRemoteFile[] getRemoteFileObjects(String[] folderOrFileNames,
|
||||||
IProgressMonitor monitor) throws SystemMessageException
|
IProgressMonitor monitor) throws SystemMessageException
|
||||||
{
|
{
|
||||||
|
// for bug 207095, implicit connect if the connection is not connected
|
||||||
|
checkIsConnected(monitor);
|
||||||
|
|
||||||
String[] parentPaths = new String[folderOrFileNames.length];
|
String[] parentPaths = new String[folderOrFileNames.length];
|
||||||
String[] names = new String[folderOrFileNames.length];
|
String[] names = new String[folderOrFileNames.length];
|
||||||
String sep = null;
|
String sep = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue