mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 07:15:39 +02:00
Bug 302881 Tweak fix; return previous referenced settings if the referenced project's configuration isn't yet accessible.
This commit is contained in:
parent
3d44a24ca3
commit
768092e26c
1 changed files with 3 additions and 5 deletions
|
@ -98,13 +98,11 @@ public class CfgExportSettingContainerFactory extends
|
||||||
return es;
|
return es;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
// If project doesn't not open in this workspace, just return the previous settings
|
// If project not yet accessible, just return the previous settings
|
||||||
// for the moment. We'll update again when the referenced project reappears
|
// for the moment. We'll update again when the referenced project reappears
|
||||||
return prevSettings;
|
return prevSettings;
|
||||||
}
|
}
|
||||||
return new CExternalSetting[0];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue