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
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/application/export/ImportExportTests.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,19 @@ public void checkSuccessionAsUsageExplicitSourceTest() throws IOException {
178
178
this.checker.check(input, input);
179
179
}
180
180
181
+
@Test
182
+
@DisplayName("Given a model with unrestricted names, when importing and exporting the model, then the exported text file should be the same as the imported one.")
Copy file name to clipboardExpand all lines: doc/content/modules/user-manual/pages/release-notes/2025.4.0.adoc
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ In such cases, delete the `SuccessionUsage` graphical node and recreate it graph
10
10
11
11
- Fix an issue while computing the name of `VariantMembership`.
12
12
This has an impact on name resolution against `Element` contained in `VariantMembership` during the textual import process (e.g. for `EnumerationUsage` literals in `EnumerationDefinition`).
13
+
- Fix resolution of "unrestricted" names. For example, while importing the following model, the reference to _'p 2'::'A 1'_ is now properly resolved.
0 commit comments