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

Oliver Kellogg okellogg at users.sourceforge.net
Mon Feb 20 06:25:46 UTC 2012


SVN commit 1281022 by okellogg:

findUMLObject(): uDebug() already prints method name.

 M  +4 -4      model_utils.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/model_utils.cpp #1281021:1281022
@@ -202,7 +202,7 @@
                 UMLObject::ObjectType foundType = obj->baseType();
                 if (nameWithoutFirstPrefix.isEmpty()) {
                     if (type != UMLObject::ot_UMLObject && type != foundType) {
-                        uDebug() << "findUMLObject: type mismatch for "
+                        uDebug() << "type mismatch for "
                             << name << " (seeking type: "
                             << UMLObject::toString(type) << ", found type: "
                             << UMLObject::toString(foundType) << ")";
@@ -226,7 +226,7 @@
                     foundType != UMLObject::ot_Class &&
                     foundType != UMLObject::ot_Interface &&
                     foundType != UMLObject::ot_Component) {
-                    uDebug() << "findUMLObject: found \"" << name
+                    uDebug() << "found \"" << name
                         << "\" is not a package (?)";
                     continue;
                 }
@@ -248,7 +248,7 @@
         UMLObject::ObjectType foundType = obj->baseType();
         if (nameWithoutFirstPrefix.isEmpty()) {
             if (type != UMLObject::ot_UMLObject && type != foundType) {
-                uDebug() << "findUMLObject: type mismatch for "
+                uDebug() << "type mismatch for "
                     << name << " (seeking type: "
                     << UMLObject::toString(type) << ", found type: "
                     << UMLObject::toString(foundType) << ")";
@@ -261,7 +261,7 @@
             foundType != UMLObject::ot_Class &&
             foundType != UMLObject::ot_Interface &&
             foundType != UMLObject::ot_Component) {
-            uDebug() << "findUMLObject: found \"" << name
+            uDebug() << "found \"" << name
                 << "\" is not a package (?)";
             continue;
         }




More information about the umbrello-devel mailing list