mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix tests: correct initial value for cached file types (IDEA-CR-62197)
GitOrigin-RevId: eb975766823a327869cfa6eb08dcb83d71f11c72
This commit is contained in:
committed by
intellij-monorepo-bot
parent
744d6aecfb
commit
91218855e4
@@ -70,7 +70,7 @@ public class CompilerManagerImpl extends CompilerManager {
|
||||
private final List<CompileTask> myBeforeTasks = new ArrayList<>();
|
||||
private final List<CompileTask> myAfterTasks = new ArrayList<>();
|
||||
private final Set<FileType> myCompilableTypes = new HashSet<>();
|
||||
private volatile Set<FileType> myCachedCompilableTypes = new HashSet<>();
|
||||
private volatile Set<FileType> myCachedCompilableTypes;
|
||||
private final CompilationStatusListener myEventPublisher;
|
||||
private final Semaphore myCompilationSemaphore = new Semaphore(1, true);
|
||||
private final Set<ModuleType<?>> myValidationDisabledModuleTypes = new HashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user