https://bugs.kde.org/show_bug.cgi?id=173777

--- Comment #8 from Ralf Habacker <ralf.habac...@freenet.de> ---
(In reply to Lays Rodrigues from comment #7)
> BTW, I think that the status isAbstract isn't being set to the UMLObject.
> javaimport.cpp 421
> if (keyword == QLatin1String("abstract")) {
>         m_isAbstract = true;
>         return true;
>     }
> it returns to:
> nativeimportbase.cpp 479
> if (! parseStmt())
>            skipStmt();
>         m_comment.clear();
> But I didn't find the place that the data of javaImport is handled, and that
> I mean, where the data from JavaImport is set to UMLObject.
search for m_isAbstract. You will find several occurences in javaimport.cpp

304:       m_klass->setAbstract(m_isAbstract);
549:       Import_Utils::insertMethod(m_klass, op, m_currentAccess, typeName,
                                   m_isStatic, m_isAbstract, false
/*isFriend*/,
                                   false /*isConstructor*/, m_comment);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to