Andreas Muelder 9 лет назад
Родитель
Сommit
3081fc4871

+ 2 - 0
plugins/org.yakindu.sct.simulation.core.sexec/src/org/yakindu/sct/simulation/core/sexec/container/DefaultSimulationEngineFactory.java

@@ -72,6 +72,8 @@ public class DefaultSimulationEngineFactory implements ISimulationEngineFactory
 		try {
 			ResourceSet set = new ResourceSetImpl();
 			Resource resource = set.createResource(URI.createURI("snapshot.xmi"));
+			if(resource == null)
+				return null;
 			set.getResources().add(resource);
 			resource.load(new URIConverter.ReadableInputStream(context, "UTF_8"), Collections.emptyMap());
 			IDomainDescriptor domainDescriptor = DomainRegistry.getDomainDescriptor(statechart);