[Uml-devel] [Bug 77746] New: Changing name of a class will not be reflected in empty constructor names in generated cpp code

Petri Hodju phodju at cc.hut.fi
Tue Mar 16 04:23:21 UTC 2004


------- 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=77746      
           Summary: Changing name of a class will not be reflected in empty
                    constructor names in generated cpp code
           Product: umbrello
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: phodju cc hut fi


Version:           1.2.1 (KDE 3.2.1) (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.3 
OS:          Linux

Create a new class in a class diagram. Name it foo. Generate code with empty constructors. Files foo.h and foo.cpp are generated where in the foo.h the constructor for class foo is correctly named as foo(). Double click the foo class in the class diagram and rename it to bar. Generate the code again. Files bar.h and bar.cpp are generated where in the bar.h the constructor for class bar is incorrectly foo().

-> Renaming the class after it's creation is not propagated to code generation of empty constructor's name.




More information about the umbrello-devel mailing list