[Uml-devel] [Bug 126489] New: Code generation wizard fails at generating C++ implementation code
greatbunzinni at gmail.com
greatbunzinni at gmail.com
Sat Apr 29 14:55:16 UTC 2006
------- 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=126489
Summary: Code generation wizard fails at generating C++
implementation code
Product: umbrello
Version: 1.5.2
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: greatbunzinni gmail com
Version: 1.5.2 (using KDE KDE 3.5.2)
The code generation wizard fails at generating C++ implementation code. Instead of generating the implementation of the class' methods, the code generation wizard writes only the method's name and ommits the class name and the scope operator. For example:
instead of
<code>
void testclass::testmethod()
{
}
</code>
The code generation wizard produces code like so:
<code>
void testmethod()
{
}
</code>
More information about the umbrello-devel
mailing list