eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

Consistently use URI type internally #255

Closed ndoschek closed 1 year ago

ndoschek commented 1 year ago

Consistently use URI type in internal and client API for modelUri handling. Currently we use mostly the String type and convert it to an URI for checks. We should transform the received modeluri immediately to an URI type and continue using it throughout. Also consider using the URI type in the client API.

ndoschek commented 1 year ago

Duplicate of https://github.com/eclipse-emfcloud/emfcloud-modelserver/issues/191