Copy of operation or attribute in mapping contains comesFrom

Issue #259 resolved
Matthias Schoettle created an issue

Currently (until issue #170 is not resolved) when during mapping an operation or attribute is created on the fly (by typing the requested name into the search field), the original operation/attribute is copied using EcoreUtil.copy(...).

Since the tracing information is contained in the Traceable element itself, it is copied as well. The result is therefore a copy of operation/attribute including tracing information. However, the expected result should be the copy without the tracing information.

Comments (1)

  1. Log in to comment