mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 05:24:17 +07:00
Module root model modification count cannot be computed on time of loading. Because library model is not yet loaded (and we must avoid using it during load. But reason of changed state is not library model, but language level model — BaseState increments counter during load. And after load modification count is greater than 0. To avoid this issue, we should reset modification count after deserialization