Sparx Systems Forum

Enterprise Architect => Bugs and Issues => Topic started by: Geert Bellekens on February 28, 2025, 09:59:19 pm

Title: Tagged value "format" is changed to "Format"
Post by: Geert Bellekens on February 28, 2025, 09:59:19 pm
Details:
I have an MDG that defined a tagge values as follows:
<Tag name="format" type="enumeration" description="" unit="" values="email,uri,uuid" default=""/>
This tag is defined on a stereotype that applies to Attribute

<Stereotype name="DC_Field" metatype="Field" notes="" bgcolor="-1" fontcolor="-1" bordercolor="-1" borderwidth="-1" hideicon="0">
<AppliesTo>
<Apply type="Attribute"/>
</AppliesTo>

When I create such an attribute, all the other tagged values remain lowercase, but only "format" is changed to "Format".


Steps to Reproduce:
- Define a tagged value on a stereotype extending attribute, with name format
- Import the MDG in the model
- Create an instance of the stereotype
- Notice that the tagged value "format" is created as "Format" (with uppercase F)

Reported

Geert