Summary: | Stack overflow when dragging sflphone-kde classes on view | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Emmanuel Lepage Vallée <emmanuel.lepage> |
Component: | general | Assignee: | Ralf Habacker <ralf.habacker> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | macOS | ||
Latest Commit: | http://commits.kde.org/umbrello/91d6e1c77421325b4761f978191e81f004f53b92 | Version Fixed In: | 4.13.2 |
Sentry Crash Report: | |||
Attachments: |
simple testcase
simple testcase |
Description
Emmanuel Lepage Vallée
2014-05-15 18:04:49 UTC
Git commit 37a4a7a39eb725ffeb8fd3eee10aa96ca2674913 by Ralf Habacker. Committed on 15/05/2014 at 22:38. Pushed by habacker into branch 'master'. Crash fix on class to diagram drag after c++ import. The bug is fixed by ignoring friend class declarations in c++ import. Otherwise the c++ import code creates additional uml class objects sharing the same name, which is currently not supported. M +4 -0 umbrello/codeimport/kdevcppparser/cpptree2uml.cpp http://commits.kde.org/umbrello/37a4a7a39eb725ffeb8fd3eee10aa96ca2674913 Git commit 91d6e1c77421325b4761f978191e81f004f53b92 by Ralf Habacker. Committed on 15/05/2014 at 22:38. Pushed by habacker into branch 'KDE/4.13'. Crash fix on class to diagram drag after c++ import. The bug is fixed by ignoring friend class declarations in c++ import. Otherwise the c++ import code creates additional uml class objects sharing the same name, which is currently not supported. FIXED-IN:4.13.2 (cherry picked from commit 37a4a7a39eb725ffeb8fd3eee10aa96ca2674913) M +4 -0 umbrello/codeimport/kdevcppparser/cpptree2uml.cpp http://commits.kde.org/umbrello/91d6e1c77421325b4761f978191e81f004f53b92 Created attachment 86659 [details]
simple testcase
Created attachment 86660 [details]
simple testcase
|