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

Oliver Kellogg okellogg at users.sourceforge.net
Sat Jul 15 23:34:18 UTC 2006


SVN commit 562844 by okellogg:

parseStmt(): Use m_currentAccess at call to Import_Utils::insertMethod().
Thanks to JP Fournier for the patch.
BUG:130794


 M  +1 -0      ChangeLog  
 M  +1 -1      umbrello/javaimport.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #562843:562844
@@ -6,6 +6,7 @@
 * Cannot insert transition/association TO fork/join node in activity diagram (129914)
 * Importing java subinterface before superinterface results in superinterface
   not being treated as an interface (130793)
+* Java import: method and class visibility ignored (130794)
 
 Version 1.5.3
 
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/javaimport.cpp #562843:562844
@@ -315,7 +315,7 @@
                 break;
             m_srcIndex++;
         }
-        Import_Utils::insertMethod(m_klass, op, Uml::Visibility::Public, typeName,
+        Import_Utils::insertMethod(m_klass, op, m_currentAccess, typeName,
                                    m_isStatic, m_isAbstract, false /*isFriend*/,
                                    false /*isConstructor*/, m_comment);
         m_isAbstract = m_isStatic = false;




More information about the umbrello-devel mailing list