JPL-IMCE / gov.nasa.jpl.imce.oml

Ontology Modeling Language (OML) Workbench
14 stars 1 forks source link

OMLZipResource.getURIConverter needs to return a CatalogURIConverter in all cases #226

Closed NicolasRouquette closed 6 years ago

NicolasRouquette commented 6 years ago

Currently, this method returns a CatalogURIConverter only when the resource set is an OMLZipResourceSet.

When the resource set is instead something else, e.g., an XtextResourceSet, then it delegates to the that resource set. In this case, it means that the OMLZipResource's URI will not be converted based on a catalog!