mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 07:15:39 +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,
|
||||
IProgressMonitor monitor) throws SystemMessageException
|
||||
{
|
||||
// for bug 207095, implicit connect if the connection is not connected
|
||||
checkIsConnected(monitor);
|
||||
|
||||
String[] parentPaths = new String[folderOrFileNames.length];
|
||||
String[] names = new String[folderOrFileNames.length];
|
||||
String sep = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue