mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Revert "turn off loading phase assertions until induced exception are fixed"
This reverts commit 1252f382 GitOrigin-RevId: 721c63b4a28087380e3c6e751df0d2c29d1d48bb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fd1ac2cf75
commit
83848439d3
@@ -29,7 +29,7 @@ public enum LoadingPhase {
|
||||
return Logger.getInstance(LoadingPhase.class);
|
||||
}
|
||||
|
||||
private final static boolean SKIP_LOADING_PHASE = true;
|
||||
private final static boolean SKIP_LOADING_PHASE = Boolean.parseBoolean("idea.skip.loading.phase");
|
||||
|
||||
public static void setCurrentPhase(@NotNull LoadingPhase phase) {
|
||||
LoadingPhase old = currentPhase.getAndSet(phase);
|
||||
|
||||
Reference in New Issue
Block a user