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 82251 - Generate Code does not generate template parameters for the template class
Summary: Generate Code does not generate template parameters for the template class
Status: VERIFIED DUPLICATE of bug 78452
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 11:04 UTC by Alexandr Scherbatiy
Modified: 2007-03-07 13:12 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 Alexandr Scherbatiy 2006-08-09 11:04:40 UTC
Steps to reproduce:

- Create a UML 'Java-Platform Model' project, 
  uncheck 'Source-Model Synchronization' check box
- Create a Class diagram
- Put Template Class element on the diagram and name it 'TemplateClass'
- Type 'Type1' for the template parameter name

- Create an empty  Java project
- Go to the UML project properties
- Check 'Source-Model Synchronization' check box
- Select the Java project from the Java Project
  drop-down list
- Press OK button

- Select the UML project and invoke 'Generate Code'
- Go to the source of 'TemplateClass' element
  
   'Type1' template parameter is lost in java code
Comment 1 Craig Conover 2006-08-10 00:50:18 UTC
Duplicate of issue 78452

*** This issue has been marked as a duplicate of 78452 ***
Comment 2 Alexandr Scherbatiy 2007-03-07 13:12:53 UTC
verified