[umbrello-devel] [umbrello] [Bug 335364] New: Assotiations between classes not really deleted from *.xmi file, and used for code generation.

Sergey lis82 at mail.by
Mon May 26 12:07:32 UTC 2014


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

            Bug ID: 335364
           Summary: Assotiations between classes not really deleted from
                    *.xmi file, and used for code generation.
    Classification: Unclassified
           Product: umbrello
           Version: 2.12.5
          Platform: Fedora RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: grave
          Priority: NOR
         Component: general
          Assignee: umbrello-devel at kde.org
          Reporter: lis82 at mail.by

Created attachment 86826
  --> https://bugs.kde.org/attachment.cgi?id=86826&action=edit
bug reporduce example.

steps to reproduce:

1. create class daigram
2. create class "super"
3. crate class "derived"
4. make generalization assotiation (Implements) between "super" and derived.
5. delete association.
6. generate all code (C++)

result:
in the "derived.h":  class derived_class : public superclass 

if repeat steps 4, 5 few times:
in the "derived.h":  class derived_class : public superclass, public superclass
// two assotiations

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list