Files
openide/java/idea-ui
nik fb8c576f34 project structure: don't recreate modifiable models during applying changes (IDEA-168208)
Previously if someone tries to access ModuleRootModel after ModuleEditor.apply is called but before the model returned by it is committed (e.g. from myFacetsConfigurator.applyEditors) a new ModifiableRootModel instance will be created from the original ModuleRootModel, thus it won't include changes made in Project Structure dialog and may contain invalid OrderEntry instances.
2017-03-28 15:26:57 +03:00
..