[Uml-devel] [Bug 100290] New: Only the first attribute of the many with the same type is displayed in the class diagram

David emc_deux at hotmail.com
Sat Feb 26 01:25:13 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=100290         
           Summary: Only the first attribute of the many with the same type
                    is displayed in the class diagram
           Product: umbrello
           Version: 1.3.2
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: emc_deux hotmail com


Version:           1.3.2 (using KDE 3.3.2, compiled sources)
Compiler:          gcc version 3.4.3
OS:                Linux (i686) release 2.6.8-24-default

If you import C++ classes with the following definition

class FirstClass {
}


class SecondCLass {
  FirstClass a;
  FirstClass b;
  FirstCLass c;
}

You see only in the class diagram the composition with the "a" attribute for SecondClass. The view code show all 3 attributes.




More information about the umbrello-devel mailing list