[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Mar 18 13:52:10 UTC 2004
CVS commit by okellogg:
Patch from Esben Mose Hansen zaps a dodger from bugs.kde.org #73926.
M +5 -0 classifier.cpp 1.32
--- kdesdk/umbrello/umbrello/classifier.cpp #1.31:1.32
@@ -45,4 +45,9 @@ UMLOperation * UMLClassifier::checkOpera
continue;
UMLAttributeList *testParams = test->getParmList( );
+ if (!opParams) {
+ if (0 == testParams->count())
+ return test;
+ continue;
+ }
if( testParams->count() != opParams->count() )
continue;
More information about the umbrello-devel
mailing list