[Uml-devel] [Bug 149357] crash on saving phonon design.xmi with Advanced Code Generators enabled

Oliver Kellogg okellogg at users.sourceforge.net
Thu Aug 30 12:56:52 UTC 2007


------- 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=149357         
okellogg users sourceforge net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From okellogg users sourceforge net  2007-08-30 14:56 -------
SVN commit 706449 by okellogg:

newCodeClassField(ClassifierCodeDocument*, UMLRole*): Add missing call to
 CodeClassField::finishInitialization() on the retval.
BUG:149357


 M  +1 -0      ChangeLog.2  
 M  +1 -0      umbrello/codegenerators/codegenfactory.cpp  


--- trunk/KDE/kdesdk/umbrello/ChangeLog.2 #706448:706449
 @ -31,3 +31,4  @
 * RMB LogicalView->New->Class in treeview creates TWO classes (144537)
 * New code generator for D language
 * Add option for automatic drawing attribute associations in class diagram (147061)
+* Crash on saving phonon design.xmi with Advanced Code Generators enabled (149357)
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/codegenfactory.cpp #706448:706449
 @ -288,6 +288,7  @
         default:
             break;
     }
+    retval->finishInitialization();
     return retval;
 }




More information about the umbrello-devel mailing list