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

Summary: Able to generate Java Enumerations using templates
Product: uml Reporter: Trey Spiva <tspiva>
Component: Code GenerationAssignee: Viktor Lapitski <lvv>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 99451    

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