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 83759 - Aliasing: design pattern element is always displayed with alias name if one exists
Summary: Aliasing: design pattern element is always displayed with alias name if one e...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Design Center (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 10:39 UTC by bugbridge
Modified: 2009-05-25 21:06 UTC (History)
1 user (show)

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 bugbridge 2006-08-30 10:39:32 UTC
Original submitter: petersl

Description:
Repro steps:
- create a uml project
- create a class diagram
- create a Design Pattern element in the diagram
- name the Design Pattern element "design_patternA1"
- from the property editor, change the alias name to "design_pattern_A1"
- select Tools->Options and click on UML, then select "Yes" to Show Aliases
option, press the Close button
Result: the Design Pattern is now displayed with "design_pattern_A1"
- select Tools->Options and click on UML, then select "No" to Show Aliases
option, press the Close button
Result: the Design Pattern is now displayed with the alias name and will never
switch back to its real name.