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 107750

Summary: Generate Code menu exists in Platform-Independent Model project
Product: uml Reporter: Peter Lam <petersl>
Component: ProjectAssignee: issues@uml <issues>
Status: RESOLVED INVALID    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Lam 2007-06-22 01:19:19 UTC
Codes can be generated for independent model project. Once codes are generated, "Navigate to Source" is also available.
Comment 1 Peter Lam 2007-06-22 01:25:19 UTC
"Generate Code..." menu item exists from contextual menus on UML Project node and element nodes from project tree and
diagram.
Comment 2 Trey Spiva 2007-06-22 14:00:28 UTC
This is now by design.  Now that we have customizable based code generation.  The user can want to design an application that uses non-java constructs (like 
multiple inheritance) and still be able to generate code.  Since the user can create there own templates, this should be possible.