[umbrello] [Bug 386698] Namespace mismatch of types import from java import between object and tree view

Ralf Habacker bugzilla_noreply at kde.org
Sat Nov 11 16:52:24 UTC 2017


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

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://commits.kde.org/umb
                   |                            |rello/0053b09126f6cd5057e3c
                   |                            |fe8573efd1a184ff675
   Version Fixed In|                            |2.23.80 (KDE Applications
                   |                            |17.11.80)
         Resolution|---                         |FIXED

--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 0053b09126f6cd5057e3cfe8573efd1a184ff675 by Ralf Habacker.
Committed on 11/11/2017 at 16:47.
Pushed by habacker into branch 'master'.

Fix 'Namespace mismatch of types imported from java import between object and
tree view'

Unknown types imported from java files are assigned initial to the global
namespace.
If the related type is found later, the namespace will be updated. This update
was not
propagated to the tree view.

To propagate the update to the tree view it is required to enable the
UMLObject::modified()
signal temporary on changing the package parent.

The signal emitting has been moved down in code to be sure that all other
changes are applied.
FIXED-IN:2.23.80 (KDE Applications 17.11.80)

M  +5    -2    umbrello/codeimport/import_utils.cpp
M  +10   -0    umbrello/umllistviewitem.cpp

https://commits.kde.org/umbrello/0053b09126f6cd5057e3cfe8573efd1a184ff675

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list