[Uml-devel] [Bug 203092] umbrello idl import crash
Ralf Habacker
ralf.habacker at freenet.de
Wed Nov 30 14:44:16 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=203092
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
CC| |ralf.habacker at freenet.de
Ever Confirmed|0 |1
--- Comment #4 from Ralf Habacker <ralf habacker freenet de> 2011-11-30 14:44:15 ---
(In reply to comment #3)
> The solution to this problem is to split
>
> !!! m_scope[++m_scopeIndex] = m_klass = static_cast<UMLClassifier*>(ns);
>
> into the following part at the original location
>
> !!! m_klass = static_cast<UMLClassifier*>(ns);
>
> and the remaining part at [2] where real interfaces are
hmmh, submitted by browser accident .... continued ...
handled.
if (advance() == ";") // forward declaration
return true;
[2] m_scope[++m_scopeIndex] = m_klass;
The same belongs to the "valuetype" keyword
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the umbrello-devel
mailing list