Files
openide/java/java-tests/testData/configurationStore/facet-in-module-with-custom-storage-changed
Nikolay Chashnikov 1c41d54c94 [workspace model] fix saving facets in modules with custom storage (CPP-22464)
If a module configuration isn't stored in iml and its ModuleEntity uses custom entitySource, and a facet configuration is stored in iml and its FacetEntity uses the standard JpsFileEntitySource, we need to collect all relevant entities with different sources during save, otherwise FacetEntity may be missed and its configuration won't be saved.

GitOrigin-RevId: 44de0eaafb2ab87d9e10fc11e7174d8261529d32
2021-02-12 23:55:53 +00:00
..