[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Mon Aug 15 14:17:16 UTC 2005


SVN commit 449536 by okellogg:

UMLView::createAutoAttributeAssociations(): (attrType == NULL) can happen
 in the normal course of processing.


 M  +3 -3      umlview.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlview.cpp #449535:449536
@@ -2546,9 +2546,9 @@
         UMLAttribute *attr = ait.current();
         UMLClassifier *attrType = attr->getType();
         if (attrType == NULL) {
-            kdError() << "UMLView::createAutoAttributeAssociations("
-            << klass->getName() << "): type is NULL for "
-            << "attribute " << attr->getName() << endl;
+            // kdDebug() << "UMLView::createAutoAttributeAssociations("
+            //     << klass->getName() << "): type is NULL for "
+            //     << "attribute " << attr->getName() << endl;
             continue;
         }
         Uml::Association_Type assocType = Uml::at_Composition;




More information about the umbrello-devel mailing list