mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Delay workingset check (again)
This commit is contained in:
parent
5688e5af1b
commit
d05ba10574
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ public class CElementWorkingSetUpdater implements IWorkingSetUpdater, IElementCh
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public void add(final IWorkingSet workingSet) {
|
public void add(final IWorkingSet workingSet) {
|
||||||
checkElementExistence(workingSet);
|
|
||||||
// delay the check for existence - this may be called very early in the bootstrap
|
// delay the check for existence - this may be called very early in the bootstrap
|
||||||
// otherwise it is causing all kinds of weird exceptions
|
// otherwise it is causing all kinds of weird exceptions
|
||||||
Job check= new WorkingSetCheck(workingSet);
|
Job check= new WorkingSetCheck(workingSet);
|
||||||
|
|
Loading…
Add table
Reference in a new issue