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

Achim Spangler Achim.Spangler at mnet-online.de
Fri Nov 3 14:17:06 UTC 2006


Thanks Oliver,
your very quick fix solved also the SEGFAULT with my bigger project.

Bye,
Achim
Am Freitag, 3. November 2006 14:40 schrieb Oliver Kellogg:
> SVN commit 601508 by okellogg:
>
> load(): We forgot to exclude ot_Template from the UMLPackage::addObject().
> http://www.geeksoc.org/~jr/umbrello/uml-devel/9816.html
>
>
>  M  +4 -0      ChangeLog
>  M  +2 -2      umbrello/umlobject.cpp
>
>
> --- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #601507:601508
> @@ -1,5 +1,9 @@
>  Version 1.5.52
>
> +* Fixed segfault in UMLClassifier::checkOperationSignature()
> +  (http://www.geeksoc.org/~jr/umbrello/uml-devel/9816.html)
> +* Fixed segfault on XMI close when a class uses a template
> +  (http://www.geeksoc.org/~jr/umbrello/uml-devel/9818.html)
>  * Bugs/wishes from http://bugs.kde.org:
>  * Shift + Left and Shift+Right causes SIGSEGV (136288)
>
> --- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlobject.cpp #601507:601508
> @@ -727,11 +727,11 @@
>          }
>      }
>
> -    // Operations, attributes, enum literals, stereotypes, associations,
> +    // Operations, attributes, enum literals, templates, stereotypes,
> associations, // and association role objects get added and signaled
> elsewhere. if (m_BaseType != Uml::ot_Operation && m_BaseType !=
> Uml::ot_Attribute && m_BaseType != Uml::ot_EnumLiteral && m_BaseType !=
> Uml::ot_EntityAttribute && -            m_BaseType != Uml::ot_Stereotype &&
> +            m_BaseType != Uml::ot_Template && m_BaseType !=
> Uml::ot_Stereotype && m_BaseType != Uml::ot_Association && m_BaseType !=
> Uml::ot_Role) { if (m_bInPaste) {
>              m_pUMLPackage = NULL;  // forget any old parent
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Uml-devel mailing list
> umbrello-devel at kde.org
> https://mail.kde.org/mailman/listinfo/umbrello-devel




More information about the umbrello-devel mailing list