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 78381 - Default Element and Type Constraint is not shown on diagram
Summary: Default Element and Type Constraint is not shown on diagram
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-19 22:38 UTC by bugbridge
Modified: 2007-04-03 10:55 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-06-19 22:38:15 UTC
Original submitter: sergeyp

Description:
steps to reproduce:
1. create package with scoped class diagram
2. add template class to the diagram
3. name first template parameter 'T', set default element 'Tdef' and type
constraint to 'Thread', then press OK in customizer

Result: template parameter is shown as 'T', but should be 'T > Thread = Tdef'
Comment 1 Yang Su 2007-01-18 01:41:11 UTC
The default element and type information is saved, and can be accessed through
property sheet. Some users many prefer not to display those on the diagram as
the diagram may be too crowded. It can be enhanced as a diaply option.
Comment 2 Sergey Petrov 2007-04-03 10:55:42 UTC
see also issue 99775