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 101239 - Able to generate Java Enumerations using templates
Summary: Able to generate Java Enumerations using templates
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords:
Depends on:
Blocks: 99451
  Show dependency tree
 
Reported: 2007-04-16 22:03 UTC by Trey Spiva
Modified: 2007-09-12 23:23 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Trey Spiva 2007-04-16 22:03:36 UTC
Since we are moving the a template based code generation, we need to add basic Java Enumeration code 
generation via templates.  The basic enumeration code generation should generate a java file for a UML 
enumeration.  Inside the Java file will be a Java enumeration that represents the UML enumeration.
Comment 1 Viktor Lapitski 2007-06-08 04:26:20 UTC
implemented.
Comment 2 Sherry Zhou 2007-09-12 23:20:43 UTC
verified in trunk build 070911
Comment 3 Sherry Zhou 2007-09-12 23:23:01 UTC
verified