[umbrello-devel] [umbrello] [Bug 336810] Incorrect namespace assignment of base class with c++ import
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Jun 28 08:23:49 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=336810
Oliver Kellogg <okellogg at users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/umbr
| |ello/0160b7d8f8f76f3c2da000
| |12314f0e4454c7105e
--- Comment #3 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit 0160b7d8f8f76f3c2da00012314f0e4454c7105e by Oliver Kellogg.
Committed on 28/06/2014 at 08:23.
Pushed by okellogg into branch 'master'.
umbrello/codeimport/kdevcppparser/cpptree2uml.cpp
- In function parseBaseClause() first call Import_Utils::createUMLObject()
for creating the parent object coresponding to baseName, and then call
Import_Utils::createGeneralization(UMLClassifier*, UMLClassifier*)
with the parent object obtained.
umbrello/codeimport/import_utils.cpp
- At function
createGeneralization(UMLClassifier *child, const QString &parentName)
mention its shortcoming and mention the preferred solution as applied
above.
M +4 -0 umbrello/codeimport/import_utils.cpp
M +5 -1 umbrello/codeimport/kdevcppparser/cpptree2uml.cpp
http://commits.kde.org/umbrello/0160b7d8f8f76f3c2da00012314f0e4454c7105e
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list