mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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
|
||||
// path
|
||||
modifiedProjects[i] = null;
|
||||
containerPut(affectedProject, containerPath, newContainer);
|
||||
continue;
|
||||
}
|
||||
IPathEntryContainer oldContainer = containerGet(affectedProject, containerPath);
|
||||
|
|
Loading…
Add table
Reference in a new issue