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 78433 - Aliasing: aliases are not automatically shown/hidden in UML tree even if show aliases option is enabled/disabled
Summary: Aliasing: aliases are not automatically shown/hidden in UML tree even if show...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-20 00:30 UTC by bugbridge
Modified: 2009-05-25 21:06 UTC (History)
2 users (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-06-20 00:30:48 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original submitter: akorostelev

Description:
Even if 'show aliases' option is enabled, names are shown for elements in
project tree.
User has to force refresh action to show aliases

How to reproduce:

Repro steps:
- create a uml project
- Open 'Tools | Options' window. Switch 'UML -> show aliases' option to 'Yes'.
- create new package in the uml project tree.
- create a class element in the package.
- open 'properties' for class and type 'alias' value.

Class name is shown in uml project tree.

Only after refresh (e.g. after dragging class node to another package) it
refreshed and alias is shown.
Comment 1 Andrew Korostelev 2006-08-17 11:46:06 UTC
the same refresh issue after alias option disabling.
summary is changed.