}
this.mergedCommandQueryRef = new AtomicReference<>(null);
this.state = state;
this.defaultLookupRef = new AtomicReference<>(null);
this.properties = new ProjectPropertiesProxy(this);
this.projectInfoManager = new ProjectInfoManager();
this.combinedExtensionLookup = new DynamicLookup();
this.hasModelBeenLoaded = new AtomicBoolean(false);
this.loadErrorRef = new AtomicReference<>(null);