Bug 79883 - Problems when createing item with the same name as another item
Summary: Problems when createing item with the same name as another item
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-18 15:40 UTC by Zoltan Bartko
Modified: 2004-04-27 22:24 UTC (History)
0 users

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 Zoltan Bartko 2004-04-18 15:40:10 UTC
Version:           cvs (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.1 
OS:          Linux

I have a package in the project called "System". I want to create an actor called "System". Umbrello says it is not allowed, creation process cancelled. After that the cursor is blinking in the listview at the particular actor. Whatever I do (e.g. leave or overwrite the name), if I want to delete the actor, the program crashes.

Wish/suggestion: 
1. What does an actor have to do with a package name? I think name comparison should be done only among actors and not in the whole project.

2. If the name is already in use, please suffix a number or something or do not create the listview item at all.

Thanks for reading and solving
Comment 1 Jonathan Riddell 2004-04-27 15:36:05 UTC
1. create a class called 'system'
2. right click on Use Case View in list view and create a new Actor
3. call the Actor 'system'
4. press enter to confirm name
5. it complains about the name not being unique
6. press enter twice more and it renames it to new_actor
7. delete actor -> crash

strange
Comment 2 Oliver Kellogg 2004-04-27 22:24:30 UTC
*** Bug has been marked as fixed ***.