mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 05:15:43 +02:00
We did not save the container in the map
This commit is contained in:
parent
f02c40bf6a
commit
bf5f9acb67
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ public class PathEntryManager implements IPathEntryStoreListener, IElementChange
|
||||||
// filter out this project - does not reference the container
|
// filter out this project - does not reference the container
|
||||||
// path
|
// path
|
||||||
modifiedProjects[i] = null;
|
modifiedProjects[i] = null;
|
||||||
|
containerPut(affectedProject, containerPath, newContainer);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
IPathEntryContainer oldContainer = containerGet(affectedProject, containerPath);
|
IPathEntryContainer oldContainer = containerGet(affectedProject, containerPath);
|
||||||
|
|
Loading…
Add table
Reference in a new issue