[Uml-devel] [Bug 110843] Methods replaced with apparently random numbers after save
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Aug 19 22:47:50 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=110843
------- Additional Comments From okellogg users sourceforge net 2005-08-20 07:46 -------
SVN commit 451193 by okellogg:
CCBUG:110843 - Yurgen Wolfgang wrote:
> I tracked down that problem to the umldoc.cpp->getConcepts() operation
> where I changed the "pkg->appendInterfaces(conceptList);" line to
> "pkg->appendClassifiers(conceptList);" (as in Umbrello 1.4.2).
> [...]
Congratulations, you have just fixed an Umbrello bug !
M +1 -0 THANKS
M +1 -1 umbrello/umldoc.cpp
--- branches/KDE/3.5/kdesdk/umbrello/THANKS #451192:451193
@ -65,6 +65,7 @
Brian Thomas <brian.thomas gsfc nasa gov>
Jean Vittor <jean.vittor wanadoo fr>
Stefan Walter <sw gegenunendlich de>
+Yurgen Wolfgang <raptorsforever softhome net>
Maciej J. Woloszyk <mat esi com pl>
Tobias Wulff <Tobias-Wulff codeeye de>
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umldoc.cpp #451192:451193
@ -2378,7 +2378,7 @
conceptList.append((UMLClassifier *)obj);
} else if (includeNested && ot == ot_Package) {
UMLPackage *pkg = static_cast<UMLPackage *>(obj);
- pkg->appendInterfaces(conceptList);
+ pkg->appendClassifiers(conceptList);
}
}
return conceptList;
More information about the umbrello-devel
mailing list