Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

ST6RI-750 The elementId is not being serialized in XMI for LibraryPackages #549

Closed seidewitz closed 3 months ago

seidewitz commented 3 months ago

The implementation of deterministic UUIDs for standard library packages in PR #457 inadvertently caused the elementId property of standard library packages to not be serialized in XMI. This PR fixes that bug. (Note that this bug did not effect serialization to JSON.)