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

Summary: Default Element and Type Constraint is not shown on diagram
Product: uml Reporter: bugbridge <bugbridge>
Component: Diagram ClassAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker CC: sj-nb
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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