This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95902 - garbage 'void' and 'int' datatypes are created during members addition
Summary: garbage 'void' and 'int' datatypes are created during members addition
Status: RESOLVED WONTFIX
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 10:29 UTC by Sergey Petrov
Modified: 2008-11-19 16:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2007-02-19 10:29:59 UTC
reproducible with 070218_1

Appears as part of Issue 80953 fix, 
It's not necessary but is good to be more clear user don't want garbage to set
'UML|New Project|unknown classifier|Create classifier' to 'No'

steps:
1. create new platform-independent uml project
2. add class diagram with name 'basics'
3. place two datatypes 'type1' and 'type2' to the diagram
4. add package with scoped class diagram to the project
5. add class 'myClass' to the diagram
6. invoke 'Inser Attribute' on the class
7. enter '- att : type1' attribute and finish edition
8. invoke 'Insert Operation' on the class
9. enter + op( ) : type2 and finish edition
notice: there are 'int' and 'void' datatypes in model
BUG: these elements are garbage in the model, they aren't used.
workaround: delete these element from project tree after model completed
Comment 1 Sergey Petrov 2008-11-19 16:11:57 UTC
may be hard to fix, minor issue