Bug 377594 - Umbrello does not support multiple stereotypes
Summary: Umbrello does not support multiple stereotypes
Status: CONFIRMED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-14 03:54 UTC by Ralf Habacker
Modified: 2022-12-21 06:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2017-03-14 03:54:10 UTC
In recent implementation for class methods umbrello uses stereotypes to indicate specific method extensions for example "constexpr", "constructor", "destructor".

According to http://coliru.stacked-crooked.com/view?id=4aafceef2486b6bf does a constructor also could be a constexpr which requires to have multiple stereotypes added to the method. 

This is not supported yet.
Comment 1 Ralf Habacker 2018-04-18 08:51:10 UTC
This task requires the following steps:

1. Migrate stereotype related class members to hold a list of stereotypes (class UMLObject)
   - related class members are m_pStereotype and m_SecondaryId
2. Refactor the internal api to get, set, add and remove stereotypes (class UMLObject)
3. Refactor client code depending on stereotype related api to use the new api
4. Refactor saving stereotypes into file and loading stereotypes from files (class UMLObject)
   - The xmi file format already supports a space separated list of stereotypes id references, see https://cgit.kde.org/umbrello.git/tree/doc/xml/01-02-16.dtd#n334
5. Extend gui to support multiple stereotypes in diagram widgets (widgets in umlwidgets subdir)
6. Extend property dialogs to support displaying, selecting and changing multiple stereotypes (class StereotypeWidget in dialogs/widgets subdir in combination with related dialogs)
Comment 2 Justin Zobel 2022-11-21 08:22:00 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 3 Bug Janitor Service 2022-12-06 05:16:35 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Bug Janitor Service 2022-12-21 05:19:04 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!
Comment 5 Oliver Kellogg 2022-12-21 05:33:34 UTC
Still valid (as is the case for many other longstanding quiescent PRs)