You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
As of commit a422784, traceability attributes are generated for all apply classes when the transformation is exported to DSLTrans classes. (These traceability attributes are the ApplyAttributes used for backward link matching).
There are two improvements to be made:
The actual transformation in MPS is modified in this process. It outputs errors on the command line. A better way would be to directly add the traceability attribute to the DSLTrans class being generated.
Instead of generating the attribute for all apply classes, we should instead figure out which apply classes are connected to backward links, and only generate traceability attributes for those classes
The text was updated successfully, but these errors were encountered:
As of commit a422784, traceability attributes are generated for all apply classes when the transformation is exported to DSLTrans classes. (These traceability attributes are the ApplyAttributes used for backward link matching).
There are two improvements to be made:
The text was updated successfully, but these errors were encountered: