[Uml-devel] KDE_3_2_BRANCH: kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Sat Mar 27 11:24:02 UTC 2004
CVS commit by jriddell:
Backport commit from Thu Mar 18 21:52:25 2004
--
CVS commit by okellogg:
Patch from Esben Mose Hansen zaps a dodger from bugs.kde.org #73926.
M +5 -0 classifier.cpp 1.27.2.5
--- kdesdk/umbrello/umbrello/classifier.cpp #1.27.2.4:1.27.2.5
@@ -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