1
0
Fork 0
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:
David McKnight 2007-11-01 20:10:08 +00:00
parent f4196430ee
commit 3ebb75cdad

View file

@ -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;