Community
Participate
Working Groups
ModelDescriptorRegistryInitializer is there for traversing the workspace, detecting all files with model content and creating corresponding IModelDescriptors in the ModelDescriptorRegistry. = Problem description = The current implementation creates IModelDescriptors regardless whether the encountered model files actually exist or not. This may lead to an inappropriate initialization of the ModelDescriptorRegistry. = Resolution approach = Add a file exists check before calling ModelDescriptorRegistry.INSTANCE.addModel(file) in ModelDescriptorRegistryInitializer, line 63.
Fixed as proposed in description.
Mass-closing Resolved tickets