mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-116701 ISE at com.intellij.psi.impl.PsiToDocumentSynchronizer.a
This commit is contained in:
+2
@@ -147,6 +147,8 @@ public class MavenModuleBuilderHelper {
|
||||
|
||||
new WriteCommandAction.Simple(project, myCommandName) {
|
||||
protected void run() throws Throwable {
|
||||
PsiDocumentManager.getInstance(project).commitAllDocuments();
|
||||
|
||||
MavenDomProjectModel model = MavenDomUtil.getMavenDomProjectModel(project, pom);
|
||||
if (model == null) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user