[Uml-devel] [Bug 201968] New: umbrello created xmi files are language specific in non user changeable area

Ralf Habacker ralf.habacker at freenet.de
Thu Jul 30 05:06:34 UTC 2009


https://bugs.kde.org/show_bug.cgi?id=201968

           Summary: umbrello created xmi files are language specific in
                    non user changeable area
           Product: umbrello
           Version: unspecified
          Platform: MS Windows
        OS/Version: unspecified
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel at kde.org
        ReportedBy: ralf.habacker at freenet.de


Version:            (using KDE 4.2.95)
Installed from:    MS Windows

umbrello saves the structure of the UML-Modell into xmi files using the
following xml part 

<XMI.extensions xmi.extender="umbrello" >
  <docsettings viewid="zP4dmW2l6Cmc" uniqueid="TjgSlRabpHvx" documentation=""
/>
  <listview>
   <listitem open="1" type="800" label="Views" >
    <listitem open="1" type="801" id="Logical View" >
     <listitem open="0" type="807" id="zP4dmW2l6Cmc" label="Klassendiagramm" />
     <listitem open="1" type="813" id="TjgSlRabpHvx" />
     <listitem open="0" type="830" id="Datatypes" >
      <listitem open="1" type="829" id="BQkijZbOKvW1" />
      <listitem open="1" type="829" id="0PKMvqYEvWYx" />
      <listitem open="1" type="829" id="GdioVGxEvUKc" />
      <listitem open="1" type="829" id="tvgJeLpurRHr" />
      <listitem open="1" type="829" id="vxXOPRO9U7LP" />
      <listitem open="1" type="829" id="MbI0lWZOkLjf" />
      <listitem open="1" type="829" id="Tlc6KPAufBmI" />
      <listitem open="1" type="829" id="BzrmEd9ZQDfX" />
      <listitem open="1" type="829" id="hLBxinfmWpqo" />
      <listitem open="1" type="829" id="kcQ1peY6gvQ8" />
      <listitem open="1" type="829" id="sZ9GobVraoGN" />
     </listitem>
    </listitem>
    <listitem open="1" type="802" id="Use Case View" />
    <listitem open="1" type="821" id="Component View" />
    <listitem open="1" type="827" id="Deployment View" />
    <listitem open="1" type="836" id="Entity Relationship Model" />
   </listitem>
  </listview>

The problem is that the label attribute of the following entry is writeen
language specific 

   <listitem open="1" type="800" label="Views " >

With english language there is written 
<listitem open="1" type="800" label="Views" >

with german language
 <listitem open="1" type="800" label="Ansichten" >



other similar entries uses a language independent id attribute for example 

    <listitem open="1" type="801" id="Logicaal View" >

so i guess a bug fix would be to replace the lable attribute with a id="Views"
attribute.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the umbrello-devel mailing list