Bug 403888 - Duplicated text labels in xmi file
Summary: Duplicated text labels in xmi file
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 2.27.1 (KDE Applications 18.12.1)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks: 403515
  Show dependency treegraph
 
Reported: 2019-02-03 10:39 UTC by Ralf Habacker
Modified: 2019-02-03 16:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.27.2 (KDE Applications 17.12.2)


Attachments
test file (765.42 KB, text/x-xmi)
2019-02-03 10:40 UTC, Ralf Habacker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2019-02-03 10:39:47 UTC
STEPS TO REPRODUCE
1. start umbrello
2. load appended file
3. open package diagram

OBSERVED RESULT
In the right bottom border there are several duplicated text labels

EXPECTED RESULT
There should no duplicated text labels

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Leap 42.3
KDE Frameworks Version: 5.54
Qt Version: 5.11

ADDITIONAL INFORMATION
The duplicated labels could be identified in the xmi file by having the same xmi.id, localid and label e.g.

<interfacewidget>
          <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW" xmi.id="u6ZoqynmTBPeY" />
</interfacewidget>

<floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/>

The second floatingtext instance is the duplicate and should be removed.
Comment 1 Ralf Habacker 2019-02-03 10:40:54 UTC
Created attachment 117801 [details]
test file
Comment 2 Ralf Habacker 2019-02-03 10:41:39 UTC
Git commit e4aaa80ff8d2a23d739e8cc05d39e7a11599f700 by Ralf Habacker.
Committed on 03/02/2019 at 10:41.
Pushed by habacker into branch 'Applications/18.12'.

Fix 'Duplicated text labels in xmi file'
FIXED-IN:2.27.2 (KDE Applications 17.12.2)

M  +29   -0    umbrello/umlscene.cpp

https://commits.kde.org/umbrello/e4aaa80ff8d2a23d739e8cc05d39e7a11599f700
Comment 3 Gerhard Landsmann 2019-02-03 16:21:20 UTC
PLEASE GET ME OFF THE LIST!!!


Am 03.02.19 um 11:39 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
>              Bug ID: 403888
>             Summary: Duplicated text labels in xmi file
>             Product: umbrello
>             Version: 2.27.1 (KDE Applications 18.12.1)
>            Platform: Other
>                  OS: Linux
>              Status: REPORTED
>            Severity: normal
>            Priority: NOR
>           Component: general
>            Assignee: umbrello-devel@kde.org
>            Reporter: ralf.habacker@freenet.de
>    Target Milestone: ---
>
> STEPS TO REPRODUCE
> 1. start umbrello
> 2. load appended file
> 3. open package diagram
>
> OBSERVED RESULT
> In the right bottom border there are several duplicated text labels
>
> EXPECTED RESULT
> There should no duplicated text labels
>
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: openSUSE Leap 42.3
> KDE Frameworks Version: 5.54
> Qt Version: 5.11
>
> ADDITIONAL INFORMATION
> The duplicated labels could be identified in the xmi file by having the same
> xmi.id, localid and label e.g.
>
> <interfacewidget>
>            <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW"
> xmi.id="u6ZoqynmTBPeY" />
> </interfacewidget>
>
> <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/>
>
> The second floatingtext instance is the duplicate and should be removed.
>
Comment 4 Gerhard Landsmann 2019-02-03 16:22:20 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 11:39 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
>              Bug ID: 403888
>             Summary: Duplicated text labels in xmi file
>             Product: umbrello
>             Version: 2.27.1 (KDE Applications 18.12.1)
>            Platform: Other
>                  OS: Linux
>              Status: REPORTED
>            Severity: normal
>            Priority: NOR
>           Component: general
>            Assignee: umbrello-devel@kde.org
>            Reporter: ralf.habacker@freenet.de
>    Target Milestone: ---
>
> STEPS TO REPRODUCE
> 1. start umbrello
> 2. load appended file
> 3. open package diagram
>
> OBSERVED RESULT
> In the right bottom border there are several duplicated text labels
>
> EXPECTED RESULT
> There should no duplicated text labels
>
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: openSUSE Leap 42.3
> KDE Frameworks Version: 5.54
> Qt Version: 5.11
>
> ADDITIONAL INFORMATION
> The duplicated labels could be identified in the xmi file by having the same
> xmi.id, localid and label e.g.
>
> <interfacewidget>
>            <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW"
> xmi.id="u6ZoqynmTBPeY" />
> </interfacewidget>
>
> <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/>
>
> The second floatingtext instance is the duplicate and should be removed.
>
Comment 5 Gerhard Landsmann 2019-02-03 16:23:19 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 14:17 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
> Ralf Habacker <ralf.habacker@freenet.de> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Blocks|                            |403515
>
>
> Referenced Bugs:
>
> https://bugs.kde.org/show_bug.cgi?id=403515
> [Bug 403515] Ports on component diagram are randomly disappeared
Comment 6 Gerhard Landsmann 2019-02-03 16:23:20 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 11:39 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
>              Bug ID: 403888
>             Summary: Duplicated text labels in xmi file
>             Product: umbrello
>             Version: 2.27.1 (KDE Applications 18.12.1)
>            Platform: Other
>                  OS: Linux
>              Status: REPORTED
>            Severity: normal
>            Priority: NOR
>           Component: general
>            Assignee: umbrello-devel@kde.org
>            Reporter: ralf.habacker@freenet.de
>    Target Milestone: ---
>
> STEPS TO REPRODUCE
> 1. start umbrello
> 2. load appended file
> 3. open package diagram
>
> OBSERVED RESULT
> In the right bottom border there are several duplicated text labels
>
> EXPECTED RESULT
> There should no duplicated text labels
>
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: openSUSE Leap 42.3
> KDE Frameworks Version: 5.54
> Qt Version: 5.11
>
> ADDITIONAL INFORMATION
> The duplicated labels could be identified in the xmi file by having the same
> xmi.id, localid and label e.g.
>
> <interfacewidget>
>            <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW"
> xmi.id="u6ZoqynmTBPeY" />
> </interfacewidget>
>
> <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/>
>
> The second floatingtext instance is the duplicate and should be removed.
>
Comment 7 Gerhard Landsmann 2019-02-03 16:24:19 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 11:39 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
>              Bug ID: 403888
>             Summary: Duplicated text labels in xmi file
>             Product: umbrello
>             Version: 2.27.1 (KDE Applications 18.12.1)
>            Platform: Other
>                  OS: Linux
>              Status: REPORTED
>            Severity: normal
>            Priority: NOR
>           Component: general
>            Assignee: umbrello-devel@kde.org
>            Reporter: ralf.habacker@freenet.de
>    Target Milestone: ---
>
> STEPS TO REPRODUCE
> 1. start umbrello
> 2. load appended file
> 3. open package diagram
>
> OBSERVED RESULT
> In the right bottom border there are several duplicated text labels
>
> EXPECTED RESULT
> There should no duplicated text labels
>
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: openSUSE Leap 42.3
> KDE Frameworks Version: 5.54
> Qt Version: 5.11
>
> ADDITIONAL INFORMATION
> The duplicated labels could be identified in the xmi file by having the same
> xmi.id, localid and label e.g.
>
> <interfacewidget>
>            <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW"
> xmi.id="u6ZoqynmTBPeY" />
> </interfacewidget>
>
> <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/>
>
> The second floatingtext instance is the duplicate and should be removed.
>
Comment 8 Gerhard Landsmann 2019-02-03 16:24:19 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 14:17 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
> Ralf Habacker <ralf.habacker@freenet.de> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Blocks|                            |403515
>
>
> Referenced Bugs:
>
> https://bugs.kde.org/show_bug.cgi?id=403515
> [Bug 403515] Ports on component diagram are randomly disappeared
Comment 9 Gerhard Landsmann 2019-02-03 16:24:20 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 11:39 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
>              Bug ID: 403888
>             Summary: Duplicated text labels in xmi file
>             Product: umbrello
>             Version: 2.27.1 (KDE Applications 18.12.1)
>            Platform: Other
>                  OS: Linux
>              Status: REPORTED
>            Severity: normal
>            Priority: NOR
>           Component: general
>            Assignee: umbrello-devel@kde.org
>            Reporter: ralf.habacker@freenet.de
>    Target Milestone: ---
>
> STEPS TO REPRODUCE
> 1. start umbrello
> 2. load appended file
> 3. open package diagram
>
> OBSERVED RESULT
> In the right bottom border there are several duplicated text labels
>
> EXPECTED RESULT
> There should no duplicated text labels
>
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: openSUSE Leap 42.3
> KDE Frameworks Version: 5.54
> Qt Version: 5.11
>
> ADDITIONAL INFORMATION
> The duplicated labels could be identified in the xmi file by having the same
> xmi.id, localid and label e.g.
>
> <interfacewidget>
>            <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW"
> xmi.id="u6ZoqynmTBPeY" />
> </interfacewidget>
>
> <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/>
>
> The second floatingtext instance is the duplicate and should be removed.
>
Comment 10 Gerhard Landsmann 2019-02-03 16:25:19 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 11:41 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
> Ralf Habacker <ralf.habacker@freenet.de> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Status|REPORTED                    |RESOLVED
>     Version Fixed In|                            |2.27.2 (KDE Applications
>                     |                            |17.12.2)
>           Resolution|---                         |FIXED
>        Latest Commit|                            |https://commits.kde.org/umb
>                     |                            |rello/e4aaa80ff8d2a23d739e8
>                     |                            |cc05d39e7a11599f700
>
> --- Comment #2 from Ralf Habacker <ralf.habacker@freenet.de> ---
> Git commit e4aaa80ff8d2a23d739e8cc05d39e7a11599f700 by Ralf Habacker.
> Committed on 03/02/2019 at 10:41.
> Pushed by habacker into branch 'Applications/18.12'.
>
> Fix 'Duplicated text labels in xmi file'
> FIXED-IN:2.27.2 (KDE Applications 17.12.2)
>
> M  +29   -0    umbrello/umlscene.cpp
>
> https://commits.kde.org/umbrello/e4aaa80ff8d2a23d739e8cc05d39e7a11599f700
>
Comment 11 Gerhard Landsmann 2019-02-03 16:25:19 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 14:17 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
> Ralf Habacker <ralf.habacker@freenet.de> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Blocks|                            |403515
>
>
> Referenced Bugs:
>
> https://bugs.kde.org/show_bug.cgi?id=403515
> [Bug 403515] Ports on component diagram are randomly disappeared
Comment 12 Gerhard Landsmann 2019-02-03 16:25:20 UTC
PLEASE GET ME OFF THE DISTRIBUTION!!!


Am 03.02.19 um 11:40 schrieb Ralf Habacker:
> https://bugs.kde.org/show_bug.cgi?id=403888
>
> --- Comment #1 from Ralf Habacker <ralf.habacker@freenet.de> ---
> Created attachment 117801 [details]
>    --> https://bugs.kde.org/attachment.cgi?id=117801&action=edit
> test file
>