lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

Error occurs when updating attribute id #105

Closed kwkwan closed 4 months ago

kwkwan commented 4 months ago

When parsing ea-xmi-2.5.1.xmi by the command shown below,

Lutaml::XMI::Parsers::XML.parse("path/to/ea-xmi-2.5.1.xmi")

errors occurred in the following line of lib/lutaml/uml/has_attributes.rb

public_send("#{name}=", value)

Attribute id are missing in top_element_attribute.rb and value.rb.