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 - Generate Code menu exists in Platform-Independent Model project
Summary: Generate Code menu exists in Platform-Independent Model project
Status: RESOLVED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@uml
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-22 01:19 UTC by Peter Lam
Modified: 2007-06-22 14:00 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 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.